Searched refs:UTF16ToASCII (Results 1 – 5 of 5) sorted by relevance
26 std::string UTF16ToASCII(std::u16string_view utf16);
190 std::string UTF16ToASCII(std::u16string_view utf16) { in UTF16ToASCII() function
95 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments()303 return UTF16ToASCII(value); in GetSwitchValueASCII()
574 return UTF16ToASCII(path_); in MaybeAsASCII()
78 const std::string& ascii = base::UTF16ToASCII(filter);