MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / _hx_utf8_decode_advance

Function _hx_utf8_decode_advance

src/String.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204int _hx_utf8_decode_advance(char *&ioPtr)
205{
206 return DecodeAdvanceUTF8( (const unsigned char * &) ioPtr );
207}
208
209
210inline int Char16Advance(const char16_t *&ioStr,bool throwOnErr=true)

Callers

nothing calls this directly

Calls 1

DecodeAdvanceUTF8Function · 0.85

Tested by

no test coverage detected