Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp128 const char16_t* const str16End = str16 + str16Len; in Utf16ToUtf8Length() local
130 while (str16 < str16End) { in Utf16ToUtf8Length()
132 if (((*str16 & 0xFC00) == 0xD800) && ((str16 + 1) < str16End) in Utf16ToUtf8Length()