HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 2326 - 2350 of 3668) sorted by null

<<919293949596979899100>>

  /external/chromium_org/net/cert/
x509_cert_types_mac.cc 138 return WideToUTF8(reinterpret_cast<const wchar_t*>(chars),
141 #error This code doesn't handle 16-bit wchar_t.
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.cc 38 const wchar_t kDaemonController[] =
42 const wchar_t kDaemonControllerElevationMoniker[] =
  /external/chromium_org/remoting/host/win/
host_service.cc 49 const wchar_t kComProcessSd[] =
58 const wchar_t kComProcessMandatoryLabel[] =
  /external/chromium_org/sandbox/win/src/
service_resolver_32.cc 214 bit_cast<const wchar_t*>(ki_system_call), &module_1))
224 reinterpret_cast<const wchar_t*>(target_),
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 177 Message& operator <<(const wchar_t* wide_c_str);
178 Message& operator <<(wchar_t* wide_c_str);
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 182 template<> struct DefaultHash<wchar_t> { typedef IntHash<wchar_t> Hash; };
  /external/chromium_org/third_party/icu/source/common/unicode/
utf.h 45 * utf.h defines UChar to be an unsigned 16-bit integer. If this matches wchar_t, then
46 * UChar is defined to be exactly wchar_t, otherwise uint16_t.
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 84 static const wchar_t kFriendlyName[] = L"FriendlyName";
85 static const wchar_t kDevicePath[] = L"DevicePath";
  /external/chromium_org/ui/gfx/
render_text_win.cc 61 const wchar_t* text,
169 bool BreakRunAtWidth(const wchar_t* text,
322 const wchar_t* text,
345 const wchar_t first_char = text_[run->range.start()];
474 const wchar_t* text_;
    [all...]
  /external/clang/include/clang/AST/
BuiltinTypes.def 72 // 'wchar_t' for targets where it's unsigned
104 // 'wchar_t' for targets where it's signed
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_scanf.inc 167 // wchar_t
173 // wchar_t
  /external/llvm/include/llvm/Support/
ConvertUTF.h 95 The C standard does not guarantee that wchar_t has at least
96 16 bits, so wchar_t is no less portable than unsigned short!
  /external/stlport/etc/
autoexp.dat 52 stlp_std::basic_string<unsigned short,*>|stlp_std::basic_string<wchar_t,*>|stlpx_std::basic_string<unsigned short,*>|stlpx_std::basic_string<wchar_t,*>|stlpmtx_std::basic_string<unsigned short,*>|stlpmtx_std::basic_string<wchar_t,*>|stlpxmtx_std::basic_string<unsigned short,*>|stlpxmtx_std::basic_string<wchar_t,*>|stlpd_std::priv::_NonDbg_str<unsigned short,*>|stlpd_std::priv::_NonDbg_str<wchar_t,*>|stlpdx_std::priv::_NonDbg_str<unsigned short,*>|stlpdx_std::priv::_NonDbg_str<wchar_t,*>|stlpdmtx_std::priv::_NonDbg_str<unsigned short,*>|stlpdmtx_std::priv::_NonDbg_str<wchar_t,*>|stlpdxmtx_std::priv::_NonDbg_str<unsigned short,*>|stlpdxmtx_std::priv::_NonDbg_str<wchar_t,*>{
  /external/stlport/src/
ios.cpp 310 template class _STLP_CLASS_DECLSPEC basic_ios<wchar_t, char_traits<wchar_t> >;
  /external/stlport/stlport/stl/
_streambuf.h 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >;
  /external/stlport/stlport/stl/config/
stl_mycomp.h 44 // Disables wchar_t functionality
47 // Define if wchar_t is not an intrinsic type, and is actually a typedef to unsigned short.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
642 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
stdint_h.pass.cpp 240 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min());
243 assert(WCHAR_MAX == std::numeric_limits<wchar_t>::max());
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 312 template class _STLP_CLASS_DECLSPEC basic_ios<wchar_t, char_traits<wchar_t> >;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 273 _STLP_EXPORT_TEMPLATE_CLASS basic_streambuf<wchar_t, char_traits<wchar_t> >;
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h 44 // Disables wchar_t functionality
47 // Define if wchar_t is not an intrinsic type, and is actually a typedef to unsigned short.
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 177 Message& operator <<(const wchar_t* wide_c_str);
178 Message& operator <<(wchar_t* wide_c_str);
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 282 /* wchar_t is unsigned in arm */
283 CPPUNIT_CHECK(test_integral_limits(wchar_t()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
iomanip 334 extern template wostream& operator<<(wostream&, _Setfill<wchar_t>);
340 extern template wistream& operator>>(wistream&, _Setfill<wchar_t>);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
iomanip 334 extern template wostream& operator<<(wostream&, _Setfill<wchar_t>);
340 extern template wistream& operator>>(wistream&, _Setfill<wchar_t>);

Completed in 2241 milliseconds

<<919293949596979899100>>