Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp264 int Utf8ToUtf16Length(const char* str8, size_t str8Len) in Utf8ToUtf16Length() function
332 int utf16Len = Utf8ToUtf16Length(str8, str8Len); in Char8ToChar16()