Searched refs:u16end (Results 1 – 1 of 1) sorted by relevance
580 const char16_t* const u16end = dst + dstLen; in utf8_to_utf16_n() local583 while (u8cur < u8end && u16cur < u16end) { in utf8_to_utf16_n()595 if (u16cur >= u16end) { in utf8_to_utf16_n()