Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp293 const char* const u8end = utf8Str + u8len; in Utf8ToUtf16() local
298 while ((u8cur < u8end) && (u16cur < u16end)) { in Utf8ToUtf16()