Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/include/
H A Dstring_ex.h265 int Char16ToChar8(const std::u16string& str16, char *buffer, int bufferLen);
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp545 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F()
559 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F()
573 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F()
587 int int8Result = Char16ToChar8(str16Value, buffer, bufferLen); in HWTEST_F()
/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

Completed in 4 milliseconds