/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | unicode_ex.cpp | 122 int Utf16ToUtf8Length(const char16_t* str16, size_t str16Len) in Utf16ToUtf8Length() 180 char* Char16ToChar8(const char16_t* str16, size_t str16Len) in Char16ToChar8() 199 bool String16ToString8(const u16string& str16, string& str8) in String16ToString8() 331 char16_t* str16 = nullptr; in Char8ToChar16() local 350 bool String8ToString16(const string& str8, u16string& str16) in String8ToString16()
|
H A D | string_ex.cpp | 269 string Str16ToStr8(const u16string& str16) in Str16ToStr8() 279 int GetUtf16ToUtf8Length(const u16string& str16) in GetUtf16ToUtf8Length() 289 int Char16ToChar8(const u16string& str16, char *buffer, int bufferLen) in Char16ToChar8()
|
/ohos5.0/base/telephony/core_service/utils/common/src/ |
H A D | str_convert.cpp | 27 std::string ToUtf8(std::u16string str16) in ToUtf8()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_dump_helper.cpp | 37 static std::string to_utf8(std::u16string str16) in to_utf8()
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_dump_helper.cpp | 53 static std::string to_utf8(std::u16string str16) in to_utf8()
|
/ohos5.0/base/customization/enterprise_device_management/common/native/src/ |
H A D | edm_utils.cpp | 49 std::string EdmUtils::Utf16ToUtf8(const std::u16string &str16) in Utf16ToUtf8()
|
/ohos5.0/base/security/access_token/interfaces/innerkits/token_callback/src/ |
H A D | token_callback_stub.cpp | 33 static std::string to_utf8(std::u16string str16) in to_utf8()
|
/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | string_utils.cpp | 118 std::string StringUtils::ToUtf8(const std::u16string &str16) in ToUtf8()
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | string_utils.cpp | 120 std::string StringUtils::ToUtf8(const std::u16string &str16) in ToUtf8()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_utils.cpp | 263 std::string ObexUtils::UnicodeToUtf8(const std::u16string &str16) in UnicodeToUtf8()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | shared_block.cpp | 51 std::string SharedBlock::ToUtf8(const std::u16string& str16) in ToUtf8()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/ |
H A D | profileutils_fuzzer.cpp | 289 std::u16string str16 = u"abc"; in ToStringFuzzTest() local
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.cpp | 110 u16string str16 = u""; in Utf16BEToLE() local
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 491 u16string str16 = Str8ToStr16(strValue); variable
|
/ohos5.0/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 233 std::u16string str16 = u""; in Utf16BEToLE() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 719 std::string ProfileUtils::toString(const std::u16string& str16) in toString()
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
H A D | string_benchmark_test.cpp | 595 u16string str16 = Str8ToStr16(strValue); in BENCHMARK_F() local
|
/ohos5.0/base/telephony/core_service/frameworks/js/napi/ |
H A D | napi_util.cpp | 109 std::string NapiUtil::ToUtf8(std::u16string str16) in ToUtf8()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/ |
H A D | test_napi.cpp | 1325 std::u16string str16 = OHOS::buffer::Utf8ToUtf16BE(str8, &isOk); variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 1148 u16string str16 = u"abc"; variable
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 182 std::string ToUtf8(std::u16string str16) in ToUtf8()
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_sms.cpp | 1679 static std::string to_utf8(std::u16string str16) in to_utf8()
|