Searched refs:u8end (Results 1 – 1 of 1) sorted by relevance
293 const char* const u8end = utf8Str + u8len; in Utf8ToUtf16() local298 while ((u8cur < u8end) && (u16cur < u16end)) { in Utf8ToUtf16()