Lines Matching refs:ASCIIToUTF16
92 string16 str = ASCIIToUTF16("foobar"); in TEST()
99 string16 str = ASCIIToUTF16("foobar"); in TEST()
815 std::unique_ptr<Value> utf16_value(new Value(ASCIIToUTF16("utf16"))); in TEST()
821 string16 utf16 = ASCIIToUTF16("http://google.com"); in TEST()
827 ASSERT_EQ(ASCIIToUTF16("narrow"), utf16); in TEST()
834 ASSERT_EQ(ASCIIToUTF16("utf16"), utf16); in TEST()
936 Value* string16_ptr = dict.SetString("foo.bar", ASCIIToUTF16("baz")); in TEST()
1067 "string16", std::make_unique<Value>(ASCIIToUTF16("hello16"))); in TEST()
1131 ASSERT_EQ(ASCIIToUTF16("hello"), copy_string16_value); in TEST()
1141 ASSERT_EQ(ASCIIToUTF16("hello16"), copy_string16_value); in TEST()
1202 dv.SetString("d2", ASCIIToUTF16("http://google.com")); in TEST()
1364 original_dict.SetKey("string16", Value(ASCIIToUTF16("hello16"))); in TEST()