Searched refs:EncodeUTF8 (Results 1 – 2 of 2) sorted by relevance
73 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index);
75 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8() function238 utf8Pos += EncodeUTF8(codepoint, utf8Out, utf8Len, utf8Pos); in ConvertRegionUtf16ToUtf8()