Home | History | Annotate | Download | only in src

Lines Matching refs:wstr

885 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t len,
893 if (wstr[i] != L'\0') {
894 *msg << WideStringToUtf8(wstr + i, static_cast<int>(len - i));
895 while (i != len && wstr[i] != L'\0')
911 wstr) {
912 internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this);
920 Message& Message::operator <<(const ::wstring& wstr) {
921 internal::StreamWideCharsToMessage(wstr.c_str(), wstr.length(), this);