| 202 | |
| 203 | |
| 204 | int _hx_utf8_decode_advance(char *&ioPtr) |
| 205 | { |
| 206 | return DecodeAdvanceUTF8( (const unsigned char * &) ioPtr ); |
| 207 | } |
| 208 | |
| 209 | |
| 210 | inline int Char16Advance(const char16_t *&ioStr,bool throwOnErr=true) |
nothing calls this directly
no test coverage detected