HomeSort by relevance Sort by last modified time
    Searched refs:wstr (Results 1 - 5 of 5) sorted by null

  /external/gtest/include/gtest/
gtest-message.h 172 Message& operator <<(const ::std::wstring& wstr);
178 Message& operator <<(const ::wstring& wstr);
gtest.h 617 inline String FormatForFailureMessage(const ::std::wstring& wstr) {
618 return (Message() << "L\"" << wstr << '"').GetString();
630 inline String FormatForFailureMessage(const ::wstring& wstr) {
631 return (Message() << "L\"" << wstr << '"').GetString();
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_io.cpp 326 OSCL_wHeapString<OsclMemAllocator> wstr(filename);
330 for (uint32 i = 0; i < wstr.get_size(); i++)
332 buf[0] = (char)wstr[i];
785 OSCL_wHeapString<OsclMemAllocator> wstr(filename);
789 for (uint32 i = 0; i < wstr.get_size(); i++)
791 buf[0] = (char)wstr[i];
  /external/gtest/src/
gtest.cc 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')
    [all...]
  /external/gtest/test/
gtest_unittest.cc 4219 wchar_t* wstr = NULL; local
    [all...]

Completed in 1742 milliseconds