Home | History | Annotate | Download | only in test

Lines Matching refs:ShowWideCStringQuoted

1207 // Tests String::ShowWideCStringQuoted().
1208 TEST(StringTest, ShowWideCStringQuoted) {
1210 String::ShowWideCStringQuoted(NULL).c_str());
1212 String::ShowWideCStringQuoted(L"").c_str());
1214 String::ShowWideCStringQuoted(L"foo").c_str());