Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/i18n/
H A Dmessage_formatter_unittest.cc57 std::string result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
60 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
63 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
77 std::string result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
81 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
84 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
87 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
90 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
93 result = UTF16ToASCII(MessageFormatter::FormatWithNamedArgs( in TEST_F()
105 std::string result = UTF16ToASCII(MessageFormatter::FormatWithNumberedArgs( in TEST_F()
[all …]
/aosp_15_r20/external/libchrome/base/
H A Dcommand_line.cc91 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments()
300 return UTF16ToASCII(value); in GetSwitchValueASCII()
/aosp_15_r20/external/libchrome/base/strings/
H A Dutf_string_conversions.h50 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
H A Dutf_string_conversions_fuzzer.cc52 base::UTF16ToASCII(string_piece_input16); in LLVMFuzzerTestOneInput()
H A Dold_utf_string_conversions.h60 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
H A Dstring_util_unittest.cc483 std::string ascii = UTF16ToASCII(WideToUTF16(wchar_cases[i])); in TEST()
492 EXPECT_EQ(empty, UTF16ToASCII(empty16)); in TEST()
502 std::string narrow_with_nul = UTF16ToASCII(string16_with_nul); in TEST()
H A Dold_utf_string_conversions.cc257 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII() function
H A Dutf_string_conversions.cc328 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/strings/
Dutf_string_conversions.h53 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
Dold_utf_string_conversions.h63 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/strings/
Dutf_string_conversions.h53 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
/aosp_15_r20/external/cronet/base/strings/
H A Dutf_string_conversions_fuzzer.cc54 std::ignore = base::UTF16ToASCII(string_piece_input16); in LLVMFuzzerTestOneInput()
H A Dutf_string_conversions.h57 [[nodiscard]] BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
H A Dutf_string_conversions.cc349 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII() function
H A Dstring_util_unittest.cc608 std::string ascii = UTF16ToASCII(WideToUTF16(wchar_cases[i])); in TEST()
617 EXPECT_EQ(empty, UTF16ToASCII(empty16)); in TEST()
627 std::string narrow_with_nul = UTF16ToASCII(string16_with_nul); in TEST()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/strings/
Dold_utf_string_conversions.h63 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path.cc597 return UTF16ToASCII(path_); in MaybeAsASCII()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_unittest.cc7475 "http://%s:%s@%s/auth-basic", base::UTF16ToASCII(kUser).c_str(), in TEST_F()
7476 base::UTF16ToASCII(kSecret).c_str(), in TEST_F()