Searched refs:u8cur (Results 1 – 1 of 1) sorted by relevance
294 const char* u8cur = utf8Str; in Utf8ToUtf16() local298 while ((u8cur < u8end) && (u16cur < u16end)) { in Utf8ToUtf16()299 size_t len = Utf8CodePointLen(*u8cur); in Utf8ToUtf16()300 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16()316 u8cur += len; in Utf8ToUtf16()