Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp99 size_t Utf32CodePointUtf8Length(char32_t srcChar) in Utf32CodePointUtf8Length() function
139 charLen = Utf32CodePointUtf8Length(static_cast<char32_t>(*str16++)); in Utf16ToUtf8Length()
167 const size_t len = Utf32CodePointUtf8Length(utf32); in StrncpyStr16ToStr8()