Home
last modified time | relevance | path

Searched defs:wstr (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.form/
Dform3.pass.cpp29 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
Dform2.pass.cpp30 typedef std::basic_string<wchar_t, std::char_traits<wchar_t>, test_allocator<wchar_t> > wstr; in main() typedef
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc873 static void StreamWideCharsToMessage(const wchar_t* wstr, size_t length, in StreamWideCharsToMessage()
914 Message& Message::operator <<(const ::std::wstring& wstr) { in operator <<()
923 Message& Message::operator <<(const ::wstring& wstr) { in operator <<()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc5162 wchar_t* wstr = NULL; in TEST() local