| 12361 | |
| 12362 | impl::utf8_decoder decoder_; |
| 12363 | struct currently_decoding_t |
| 12364 | { |
| 12365 | char bytes[4]; |
| 12366 | size_t count; |
| 12367 | } currently_decoding_; |
| 12368 | |
| 12369 | struct codepoints_t |
| 12370 | { |
nothing calls this directly
no outgoing calls
no test coverage detected