GetCodepointNext method
Get next codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure
Implementation
int GetCodepointNext(Pointer<Char> text, Pointer<Int> codepointSize)
=> _GetCodepointNext(text, codepointSize);
Get next codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure
int GetCodepointNext(Pointer<Char> text, Pointer<Int> codepointSize)
=> _GetCodepointNext(text, codepointSize);