Home | History | Annotate | Download | only in test

Lines Matching refs:ShowWideCStringQuoted

1430 // Tests String::ShowWideCStringQuoted().
1431 TEST(StringTest, ShowWideCStringQuoted) {
1433 String::ShowWideCStringQuoted(NULL).c_str());
1435 String::ShowWideCStringQuoted(L"").c_str());
1437 String::ShowWideCStringQuoted(L"foo").c_str());