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

  /external/libchrome/base/strings/
nullable_string16_unittest.cc 18 NullableString16 a(ASCIIToUTF16("hello"), false);
19 NullableString16 b(ASCIIToUTF16("hello"), false);
24 NullableString16 a(ASCIIToUTF16("hello"), false);
25 NullableString16 b(ASCIIToUTF16("world"), false);
30 NullableString16 a(ASCIIToUTF16("hello"), false);
string_util_unittest.cc 242 output = ASCIIToUTF16(" This is a test \r\n");
244 EXPECT_EQ(ASCIIToUTF16("This is a test"), output);
247 output = ASCIIToUTF16(" \r\n");
480 string16 utf16 = ASCIIToUTF16(char_cases[i]);
493 EXPECT_EQ(empty16, ASCIIToUTF16(empty));
499 string16 string16_with_nul = ASCIIToUTF16(string_with_nul);
518 EXPECT_EQ(ASCIIToUTF16("cc2"), ToLowerASCII(ASCIIToUTF16("Cc2")));
531 EXPECT_EQ(ASCIIToUTF16("CC2"), ToUpperASCII(ASCIIToUTF16("Cc2")))
    [all...]
string16_unittest.cc 22 << string16(ASCIIToUTF16("Hello, world")) << "'";
56 string16 str1 = ASCIIToUTF16("hello");
57 string16 str2 = ASCIIToUTF16("world");
utf_string_conversions.h 46 BASE_EXPORT string16 ASCIIToUTF16(StringPiece ascii);
utf_string_conversions.cc 217 string16 ASCIIToUTF16(StringPiece ascii) {
string_piece_unittest.cc 31 return ASCIIToUTF16(input);
34 return ASCIIToUTF16(input);
660 string16 fifth(ASCIIToUTF16("123"));
string_util.cc 711 return ASCIIToUTF16(buf);
    [all...]
  /external/libchrome/base/
command_line.cc 339 StringType combined_switch_string(ASCIIToUTF16(switch_key));
362 AppendSwitchNative(switch_string, ASCIIToUTF16(value_string));
values_unittest.cc 82 string16 str = ASCIIToUTF16("foobar");
89 string16 str = ASCIIToUTF16("foobar");
481 std::unique_ptr<Value> utf16_value(new Value(ASCIIToUTF16("utf16")));
487 string16 utf16 = ASCIIToUTF16("http://google.com");
493 ASSERT_EQ(ASCIIToUTF16("narrow"), utf16);
500 ASSERT_EQ(ASCIIToUTF16("utf16"), utf16);
672 std::unique_ptr<Value> scoped_string16(new Value(ASCIIToUTF16("hello16")));
745 ASSERT_EQ(ASCIIToUTF16("hello"), copy_string16_value);
755 ASSERT_EQ(ASCIIToUTF16("hello16"), copy_string16_value);
818 dv.SetString("d2", ASCIIToUTF16("http://google.com"))
    [all...]
pickle_unittest.cc 35 const string16 teststring16(ASCIIToUTF16("Hello, world"));
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 371 ASSERT_EQ(ASCIIToUTF16("go"), test_value);
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 353 base::string16 str16 = base::ASCIIToUTF16("hello world");
  /external/libchrome/base/files/
file_path.cc 427 return InsertBeforeExtension(ASCIIToUTF16(suffix));
530 return Append(ASCIIToUTF16(component));
    [all...]

Completed in 238 milliseconds