Searched refs:wstr (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dtype-convert-construct.cpp15 wchar_t *wstr; local
16 wstr = L"a wide string"; // expected-warning{{conversion from string literal to 'wchar_t *' is deprecated}}
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Duncstring_test.c86 char *wstr; local
107 yasm_warn_fetch(&wclass, &wstr);
108 if (wstr != NULL && test->warn == NULL) {
111 test->input, (unsigned long)test->in_len, wstr);
114 if (wstr == NULL && test->warn != NULL) {
120 if (wstr && test->warn && strcmp(wstr, test->warn) != 0) {
123 test->input, (unsigned long)test->in_len, test->warn, wstr);
126 yasm_xfree(wstr);
/external/chromium/chrome/common/
H A Dchild_process_logging_win.cc66 std::wstring wstr = ASCIIToWide(str);
69 wstr != old_wstr)
70 GoogleUpdateSettings::SetMetricsId(wstr);
82 (set_client_id)(wstr.c_str());
H A Dchild_process_logging_linux.cc48 std::wstring wstr = ASCIIToWide(str); local
49 GoogleUpdateSettings::SetMetricsId(wstr);
H A Dsqlite_utils.cc507 std::wstring wstr; local
508 column_wstring(index, &wstr);
509 return wstr;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32.h77 inline std::string ToUtf8(const std::wstring& wstr) { argument
78 return ToUtf8(wstr.data(), wstr.length());
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32.h93 inline std::string ToUtf8(const std::wstring& wstr) { argument
94 return ToUtf8(wstr.data(), wstr.length());
/external/libvpx/libvpx/third_party/libmkv/
H A DEbmlWriter.h29 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr);
H A DEbmlWriter.c50 void Ebml_WriteUTF8(EbmlGlobal *glob, const wchar_t *wstr) { argument
51 const size_t strlen = wcslen(wstr);
59 Ebml_Write(glob, wstr, (unsigned long)size);
/external/chromium/googleurl/base/
H A Dlogging.cc366 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr) { argument
367 if (!wstr || !wstr[0])
371 int charcount = WideCharToMultiByte(CP_UTF8, 0, wstr, -1,
378 WideCharToMultiByte(CP_UTF8, 0, wstr, -1, buf.get(), charcount, NULL, NULL);
H A Dlogging.h477 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr);
478 inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) { argument
479 return out << wstr.c_str();
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-message.h172 Message& operator <<(const ::std::wstring& wstr);
178 Message& operator <<(const ::wstring& wstr);
H A Dgtest.h581 inline String FormatForFailureMessage(const ::std::wstring& wstr) { argument
582 return (Message() << "L\"" << wstr << '"').GetString();
594 inline String FormatForFailureMessage(const ::wstring& wstr) { argument
595 return (Message() << "L\"" << wstr << '"').GetString();
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-message.h177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-message.h183 Message& operator <<(const ::std::wstring& wstr);
189 Message& operator <<(const ::wstring& wstr);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-message.h177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
/external/gtest/include/gtest/
H A Dgtest-message.h177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest-message.h172 Message& operator <<(const ::std::wstring& wstr);
178 Message& operator <<(const ::wstring& wstr);
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h172 Message& operator <<(const ::std::wstring& wstr);
178 Message& operator <<(const ::wstring& wstr);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c69 /*@owned@*/ /*@null@*/ char *wstr; member in struct:warn
339 if (w->wstr)
340 yasm_xfree(w->wstr);
365 w->wstr = yasm_xmalloc(MSG_MAXSIZE+1);
367 vsnprintf(w->wstr, MSG_MAXSIZE, yasm_gettext_hook(format), va);
369 vsprintf(w->wstr, yasm_gettext_hook(format), va);
395 *str = w->wstr;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h56 #define wchar_to_utf8_ms(wstr, str, strlen) WideCharToMultiByte(CP_UTF8, 0, wstr, -1, str, strlen, NULL, NULL)
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc278 std::wstring wstr = CommandLine::ForCurrentProcess()->command_line_string(); local
279 command_line_string = WideToASCII(wstr);
/external/chromium/base/
H A Dpickle_unittest.cc295 std::wstring wstr; local
296 EXPECT_FALSE(big_len.ReadWString(&iter, &wstr));

Completed in 871 milliseconds

12