HomeSort by relevance Sort by last modified time
    Searched refs:UTF16ToASCII (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/strings/
utf_string_conversions.h 50 BASE_EXPORT std::string UTF16ToASCII(StringPiece16 utf16);
utf_string_conversions.cc 226 std::string UTF16ToASCII(StringPiece16 utf16) {
string_util_unittest.cc 483 std::string ascii = UTF16ToASCII(WideToUTF16(wchar_cases[i]));
492 EXPECT_EQ(empty, UTF16ToASCII(empty16));
502 std::string narrow_with_nul = UTF16ToASCII(string16_with_nul);
    [all...]
  /external/libchrome/base/
command_line.cc 89 command_line->AppendSwitchNative(UTF16ToASCII(switch_string),
295 return UTF16ToASCII(value);
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 167 std::string UTF16ToASCII(const android::String16& str) {
219 *hostname = UTF16ToASCII(hostname_utf16);
  /external/libchrome/base/files/
file_path.cc 637 return UTF16ToASCII(path_);
    [all...]

Completed in 1053 milliseconds