Searched refs:u16end (Results 1 – 1 of 1) sorted by relevance
295 const char16_t* const u16end = u16str + u16len; in Utf8ToUtf16() local298 while ((u8cur < u8end) && (u16cur < u16end)) { in Utf8ToUtf16()309 if (u16cur >= u16end) { in Utf8ToUtf16()