Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp226 static inline size_t Utf8CodePointLen(uint8_t ch) in Utf8CodePointLen() function
270 size_t u8charlen = Utf8CodePointLen(*str8); in Utf8ToUtf16Length()
299 size_t len = Utf8CodePointLen(*u8cur); in Utf8ToUtf16()