Searched refs:utf8_4b_to_utf32 (Results 1 – 1 of 1) sorted by relevance
393 static char32_t utf8_4b_to_utf32(uint8_t c1, uint8_t c2, uint8_t c3, uint8_t c4) { in utf8_4b_to_utf32() function444 if (utf8_4b_to_utf32(c, c2, c3, c4) >= 0x10000) { in utf8_to_utf16_length()523 w = utf8_4b_to_utf32(c, c2, c3, c4); in utf8_to_utf16_no_null_terminator()