Searched refs:UTF16ToASCII (Results 1 – 6 of 6) sorted by relevance
50 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
226 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()
89 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments()295 return UTF16ToASCII(value); in GetSwitchValueASCII()
167 std::string UTF16ToASCII(const android::String16& str) { in UTF16ToASCII() function219 *hostname = UTF16ToASCII(hostname_utf16); in GetHostnameArgument()
637 return UTF16ToASCII(path_); in MaybeAsASCII()