Searched refs:u8charLen (Results 1 – 1 of 1) sorted by relevance
479 int u8charLen = utf8_codepoint_len(*u8cur); in utf8_to_utf16_length() local487 if (u8cur + u8charLen - 1 >= u8end) { in utf8_to_utf16_length()494 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); in utf8_to_utf16_length()496 u8cur += u8charLen; in utf8_to_utf16_length()