Searched refs:Char16ToChar8 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 544 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 D | unicode_ex.cpp | 180 char* Char16ToChar8(const char16_t* str16, size_t str16Len) in Char16ToChar8() function 206 char* str8Temp = Char16ToChar8(str16.c_str(), str16Len); in String16ToString8()
|
H A D | string_ex.cpp | 289 int Char16ToChar8(const u16string& str16, char *buffer, int bufferLen) in Char16ToChar8() function
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | string_ex.h | 265 int Char16ToChar8(const std::u16string& str16, char *buffer, int bufferLen);
|