Home
last modified time | relevance | path

Searched refs:u8cur (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp294 const char* u8cur = utf8Str; in Utf8ToUtf16() local
298 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()