Home | History | Annotate | Download | only in strings

Lines Matching defs:utf16

480     string16 utf16 = ASCIIToUTF16(char_cases[i]);
481 EXPECT_EQ(WideToUTF16(wchar_cases[i]), utf16);