Searched refs:utf8_to_utf16 (Results 1 – 4 of 4) sorted by relevance
162 void utf8_to_utf16(const uint8_t* src, size_t srcLen, char16_t* dst);
101 utf8_to_utf16(str, sizeof(str), output); in TEST_F()
75 utf8_to_utf16(u8cur, u8len, u16str); in allocFromUTF8()
590 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) { in utf8_to_utf16() function