Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp544 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen);
558 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen);
572 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen);
586 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen);
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp180 char* Char16ToChar8(const char16_t* str16, size_t str16Len) in Char16ToChar8() function
206 char* str8Temp = Char16ToChar8(str16.c_str(), str16Len); in String16ToString8()
H A Dstring_ex.cpp289 int Char16ToChar8(const u16string& str16, char *buffer, int bufferLen) in Char16ToChar8() function
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dstring_ex.h265 int Char16ToChar8(const std::u16string& str16, char *buffer, int bufferLen);