Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp237 uint32_t Utf8ToUtf32CodePoint(const char* src, size_t length) in Utf8ToUtf32CodePoint() function
275 uint32_t codepoint = Utf8ToUtf32CodePoint(str8, u8charlen); in Utf8ToUtf16Length()
300 uint32_t codepoint = Utf8ToUtf32CodePoint(u8cur, len); in Utf8ToUtf16()