Home | History | Annotate | Download | only in strings

Lines Matching defs:ascii

403   // Also, test that a non-ASCII character will be detected regardless of its
483 std::string ascii = UTF16ToASCII(WideToUTF16(wchar_cases[i]));
484 EXPECT_EQ(char_cases[i], ascii);