Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dutf_string_conversions.h26 std::string UTF16ToASCII(std::u16string_view utf16);
Dutf_string_conversions.cc190 std::string UTF16ToASCII(std::u16string_view utf16) { in UTF16ToASCII() function
/third_party/gn/src/base/
Dcommand_line.cc95 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments()
303 return UTF16ToASCII(value); in GetSwitchValueASCII()
/third_party/gn/src/base/files/
Dfile_path.cc574 return UTF16ToASCII(path_); in MaybeAsASCII()
/third_party/cef/libcef/browser/native/
Dfile_dialog_runner_mac.mm78 const std::string& ascii = base::UTF16ToASCII(filter);