Home | History | Annotate | Download | only in gtest

Lines Matching refs:ToUtf8String

758     // and will allow ToUtf8String() to return the correct encoding
762 *msg << internal::ToUtf8String(wstr[i]);
823 msg << "L'" << (wchar ? ToUtf8String(wchar).c_str() : "\\0") << "' ("
1289 String ToUtf8String(wchar_t wchar) {
1322 ss << internal::ToUtf8String(*wide_c_str++);