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