Home | History | Annotate | Download | only in test

Lines Matching refs:ShowWideCStringQuoted

1173 // Tests String::ShowWideCStringQuoted().
1174 TEST(StringTest, ShowWideCStringQuoted) {
1176 String::ShowWideCStringQuoted(NULL).c_str());
1178 String::ShowWideCStringQuoted(L"").c_str());
1180 String::ShowWideCStringQuoted(L"foo").c_str());