Searched defs:wstring (Results 1 - 11 of 11) sorted by relevance

/external/stlport/stlport/stl/
H A D_string_fwd.h43 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring; typedef
H A Dmsl_string.h23 # define wstring __msl_wstring macro
44 # undef wstring macro
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini-win32.c36 utf16_to_utf8(const wchar_t* wstring, int wstring_len) argument
40 (LPWSTR) wstring, // lpWideCharStr
51 WideCharToMultiByte(CP_UTF8, 0, (LPWSTR) wstring, wstring_len,
/external/clang/test/Misc/
H A Ddiagnostic-crash.cpp8 typedef basic_string<wchar_t> wstring; typedef
31 void Bar(wstring* s, util::Status* status,
32 Callback2<util::Status, wstring>* done);
36 wstring* s = __null;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h52 // ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
346 // The user didn't tell us whether ::std::wstring is available, so we need
348 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
351 // Cygwin 1.7 and below doesn't support ::std::wstring.
360 // The user didn't tell us whether ::wstring is available, so we need
760 typedef ::wstring wstring; typedef in namespace:testing::internal
762 typedef ::std::wstring wstring; typedef in namespace:testing::internal
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h52 // ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
352 // The user didn't tell us whether ::std::wstring is available, so we need
354 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
357 // Cygwin 1.7 and below doesn't support ::std::wstring.
367 // The user didn't tell us whether ::wstring is available, so we need
770 typedef ::wstring wstring; typedef in namespace:testing::internal
772 typedef ::std::wstring wstring; typedef in namespace:testing::internal
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h52 // ::wstring, which is different to std::wstring).
60 // std::wstring does/doesn't work (Google Test can
61 // be used where std::wstring is unavailable).
346 // The user didn't tell us whether ::std::wstring is available, so we need
348 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
351 // Cygwin 1.7 and below doesn't support ::std::wstring.
360 // The user didn't tell us whether ::wstring is available, so we need
760 typedef ::wstring wstring; typedef in namespace:testing::internal
762 typedef ::std::wstring wstring; typedef in namespace:testing::internal
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h80 // ::wstring, which is different to std::wstring).
88 // std::wstring does/doesn't work (Google Test can
89 // be used where std::wstring is unavailable).
523 // The user didn't tell us whether ::std::wstring is available, so we need
525 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
528 // Cygwin 1.7 and below doesn't support ::std::wstring.
537 // The user didn't tell us whether ::wstring is available, so we need
1098 typedef ::wstring wstring; typedef in namespace:testing::internal
1100 typedef ::std::wstring wstring; typedef in namespace:testing::internal
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-port.h56 // ::wstring, which is different to std::wstring).
64 // std::wstring does/doesn't work (Google Test can
65 // be used where std::wstring is unavailable).
389 // The user didn't tell us whether ::std::wstring is available, so we need
391 // TODO(wan@google.com): uses autoconf to detect whether ::std::wstring
394 // Cygwin 1.7 and below doesn't support ::std::wstring.
403 // The user didn't tell us whether ::wstring is available, so we need
876 typedef ::wstring wstring; typedef in namespace:testing::internal
878 typedef ::std::wstring wstring; typedef in namespace:testing::internal
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c651 trio_wchar_t *wstring; member in union:__anon13369::__anon13370
1943 parameters[i].data.wstring = (argarray == NULL)
2524 TRIO_ARGS5((self, wstring, flags, width, precision),
2526 TRIO_CONST trio_wchar_t *wstring,
2541 if (wstring == NULL)
2568 size = TrioWriteWideStringCharacter(self, *wstring++, flags, length);
3235 parameters[i].data.wstring,
6176 : parameters[i].data.wstring,
6302 : parameters[i].data.wstring,
2523 TrioWriteWideString(self, wstring, flags, width, precision), trio_class_t *self, TRIO_CONST trio_wchar_t *wstring, trio_flags_t flags, int width, int precision argument
/external/libxml2/
H A Dtrio.c655 trio_wchar_t *wstring; member in union:__anon25095::__anon25096
1947 parameters[i].data.wstring = (argarray == NULL)
2528 TRIO_ARGS5((self, wstring, flags, width, precision),
2530 TRIO_CONST trio_wchar_t *wstring,
2545 if (wstring == NULL)
2572 size = TrioWriteWideStringCharacter(self, *wstring++, flags, length);
3239 parameters[i].data.wstring,
6180 : parameters[i].data.wstring,
6306 : parameters[i].data.wstring,
2527 TrioWriteWideString(self, wstring, flags, width, precision), trio_class_t *self, TRIO_CONST trio_wchar_t *wstring, trio_flags_t flags, int width, int precision argument

Completed in 2053 milliseconds