Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp266 const char* const str8end = str8 + str8Len; in Utf8ToUtf16Length() local
268 while (str8 < str8end) { in Utf8ToUtf16Length()
271 if (str8 + u8charlen - 1 >= str8end) { in Utf8ToUtf16Length()
281 if (str8 != str8end) { in Utf8ToUtf16Length()