Searched refs:UTF16ToASCII (Results 1 – 14 of 14) sorted by relevance
57 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 …]
52 base::UTF16ToASCII(string_piece_input16); in LLVMFuzzerTestOneInput()
50 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
60 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
257 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII() function
328 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII() function
483 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()
54 std::ignore = base::UTF16ToASCII(string_piece_input16); in LLVMFuzzerTestOneInput()
55 [[nodiscard]] BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
345 std::string UTF16ToASCII(StringPiece16 utf16) { in UTF16ToASCII() function
613 std::string ascii = UTF16ToASCII(WideToUTF16(wchar_cases[i])); in TEST()622 EXPECT_EQ(empty, UTF16ToASCII(empty16)); in TEST()632 std::string narrow_with_nul = UTF16ToASCII(string16_with_nul); in TEST()
91 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments()300 return UTF16ToASCII(value); in GetSwitchValueASCII()
597 return UTF16ToASCII(path_); in MaybeAsASCII()
7531 "http://%s:%s@%s/auth-basic", base::UTF16ToASCII(kUser).c_str(), in TEST_F()7532 base::UTF16ToASCII(kSecret).c_str(), in TEST_F()