/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.tcc | 141 // streams with char_type != [char, wchar_t] will not have it by 182 extern template class basic_ios<wchar_t>;
|
functional_hash.h | 96 /// Explicit specialization for wchar_t. 97 _Cxx_hashtable_define_trivial_hash(wchar_t)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
type_traits.h | 102 struct __add_unsigned<wchar_t>; 145 struct __remove_unsigned<wchar_t>;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.tcc | 141 // streams with char_type != [char, wchar_t] will not have it by 182 extern template class basic_ios<wchar_t>;
|
functional_hash.h | 96 /// Explicit specialization for wchar_t. 97 _Cxx_hashtable_define_trivial_hash(wchar_t)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
type_traits.h | 101 struct __add_unsigned<wchar_t>; 144 struct __remove_unsigned<wchar_t>;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
basic_ios.tcc | 140 // streams with char_type != [char, wchar_t] will not have it by 181 extern template class basic_ios<wchar_t>;
|
functional_hash.h | 91 /// Explicit specialization for wchar_t. 92 _Cxx_hashtable_define_trivial_hash(wchar_t)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
type_traits.h | 101 struct __add_unsigned<wchar_t>; 144 struct __remove_unsigned<wchar_t>;
|
/external/chromium/testing/gtest/test/ |
gtest_unittest.cc | 381 CodePointToUtf8(static_cast<wchar_t>(0x576), buffer)); 390 CodePointToUtf8(static_cast<wchar_t>(0x8D3), buffer)); 394 CodePointToUtf8(static_cast<wchar_t>(0xC74D), buffer)); 398 // Tests in this group require a wchar_t to hold > 16 bits, and thus 399 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is 449 const wchar_t s[] = { 0x576, '\0' }; 458 const wchar_t s1[] = { 0x8D3, '\0' }; 463 const wchar_t s2[] = { 0xC74D, '\0' }; 502 const wchar_t s[] = { 0xD801, 0xDC00, '\0' }; 510 const wchar_t s1[] = { 0xD800, '\0' } [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_unittest.cc | 554 CodePointToUtf8(static_cast<wchar_t>(0x576))); 562 CodePointToUtf8(static_cast<wchar_t>(0x8D3))); 566 CodePointToUtf8(static_cast<wchar_t>(0xC74D))); 570 // Tests in this group require a wchar_t to hold > 16 bits, and thus 571 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is 618 const wchar_t s[] = { 0x576, '\0' }; 627 const wchar_t s1[] = { 0x8D3, '\0' }; 632 const wchar_t s2[] = { 0xC74D, '\0' }; 671 const wchar_t s[] = { 0xD801, 0xDC00, '\0' }; 679 const wchar_t s1[] = { 0xD800, '\0' } [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 381 CodePointToUtf8(static_cast<wchar_t>(0x576), buffer)); 390 CodePointToUtf8(static_cast<wchar_t>(0x8D3), buffer)); 394 CodePointToUtf8(static_cast<wchar_t>(0xC74D), buffer)); 398 // Tests in this group require a wchar_t to hold > 16 bits, and thus 399 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is 449 const wchar_t s[] = { 0x576, '\0' }; 458 const wchar_t s1[] = { 0x8D3, '\0' }; 463 const wchar_t s2[] = { 0xC74D, '\0' }; 502 const wchar_t s[] = { 0xD801, 0xDC00, '\0' }; 510 const wchar_t s1[] = { 0xD800, '\0' } [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_unittest.cc | 568 CodePointToUtf8(static_cast<wchar_t>(0x576))); 576 CodePointToUtf8(static_cast<wchar_t>(0x8D3))); 580 CodePointToUtf8(static_cast<wchar_t>(0xC74D))); 584 // Tests in this group require a wchar_t to hold > 16 bits, and thus 585 // are skipped on Windows, Cygwin, and Symbian, where a wchar_t is 632 const wchar_t s[] = { 0x576, '\0' }; 641 const wchar_t s1[] = { 0x8D3, '\0' }; 646 const wchar_t s2[] = { 0xC74D, '\0' }; 685 const wchar_t s[] = { 0xD801, 0xDC00, '\0' }; 693 const wchar_t s1[] = { 0xD800, '\0' } [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 86 wchar_t type is a 16-bit unsigned type */ 93 /* Windows has a usable wchar_t type (unless we're using UCS-4) */ 96 # define PY_UNICODE_TYPE wchar_t 105 /* If the compiler provides a wchar_t type we try to support it 565 /* --- wchar_t support for platforms which support it --------------------- */ 575 register const wchar_t *w, /* wchar_t buffer */ 579 /* Copies the Unicode Object contents into the wchar_t buffer w. At 580 most size wchar_t characters are copied. 582 Note that the resulting wchar_t string may or may not b [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
unicodeobject.h | 86 wchar_t type is a 16-bit unsigned type */ 93 /* Windows has a usable wchar_t type (unless we're using UCS-4) */ 96 # define PY_UNICODE_TYPE wchar_t 105 /* If the compiler provides a wchar_t type we try to support it 565 /* --- wchar_t support for platforms which support it --------------------- */ 575 register const wchar_t *w, /* wchar_t buffer */ 579 /* Copies the Unicode Object contents into the wchar_t buffer w. At 580 most size wchar_t characters are copied. 582 Note that the resulting wchar_t string may or may not b [all...] |
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 40 /* In previous NDK releases, wchar_t was defined as 'unsigned char' 47 * i.e. API level 9, there was absolutely no official support for wchar_t 51 * To allow this while keeping the C library small, wchar_t was redefined 56 * Starting with API level 9, wchar_t is properly defined as a 32-bit 60 * Note that this only affects C source compilation. For C++, wchar_t
|
/external/bison/m4/ |
stdint.m4 | 172 WCHAR_MIN == TYPE_MINIMUM (wchar_t) 173 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) 453 gl_STDINT_BITSIZEOF([sig_atomic_t wchar_t wint_t], 455 gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], 463 gl_INTEGER_TYPE_SUFFIX([sig_atomic_t wchar_t wint_t],
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32filesystem.cc | 216 wchar_t buffer[MAX_PATH + 1]; 239 wchar_t filename[MAX_PATH]; 404 const wchar_t* target_drive = NULL; 443 scoped_array<wchar_t> path; 456 path.reset(new wchar_t[needed]);
|
/external/chromium_org/chrome/installer/util/ |
installation_validator_unittest.cc | 60 const wchar_t* const kChromeChannels[] = { 66 const wchar_t* const kChromeFrameChannels[] = { 74 void SetChannel(const wchar_t* base, int channel_modifiers); 173 void FakeProductState::SetChannel(const wchar_t* base, int channel_modifiers) { 466 const wchar_t* const* channels = &kChromeChannels[0];
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32filesystem.cc | 216 wchar_t buffer[MAX_PATH + 1]; 239 wchar_t filename[MAX_PATH]; 404 const wchar_t* target_drive = NULL; 443 scoped_ptr<wchar_t[]> path; 456 path.reset(new wchar_t[needed]);
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pk.h | 502 typedef ulong32 wchar_t; 505 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen, 509 wchar_t *out, unsigned long *outlen); 510 unsigned long der_utf8_charsize(const wchar_t c); 511 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen);
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 98 static const wchar_t *kEmptyFileAlias = L"[Content]";
151 static const wchar_t *kCantDeleteOutputFile = L"ERROR: Can not delete output file ";
553 static void GetStream2(const wchar_t *name)
612 wchar_t temp[16];
742 const wchar_t *names[] =
|
/external/stlport/stlport/stl/ |
_uninitialized.h | 151 inline wchar_t* 152 uninitialized_copy(const wchar_t* __first, const wchar_t* __last, wchar_t* __result) 153 { return (wchar_t*)_STLP_PRIV __ucopy_trivial (__first, __last, __result); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_uninitialized.h | 151 inline wchar_t* 152 uninitialized_copy(const wchar_t* __first, const wchar_t* __last, wchar_t* __result) 153 { return (wchar_t*)_STLP_PRIV __ucopy_trivial (__first, __last, __result); }
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
stdint.m4 | 163 WCHAR_MIN == TYPE_MINIMUM (wchar_t) 164 && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) 449 gl_STDINT_BITSIZEOF([sig_atomic_t wchar_t wint_t], 451 gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], 459 gl_INTEGER_TYPE_SUFFIX([sig_atomic_t wchar_t wint_t],
|