HomeSort by relevance Sort by last modified time
    Searched refs:wchar_t (Results 501 - 525 of 894) sorted by null

<<21222324252627282930>>

  /external/clang/test/Sema/
init.c 127 const wchar_t widestr[] = L"asdf";
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_encode_utf8_string.c 23 @param in The array of UTF8 to store (one per wchar_t)
29 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen,
  /external/e2fsprogs/intl/
printf-args.c 91 ap->a.a_wide_string = va_arg (args, const wchar_t *);
  /external/icu4c/i18n/
winnmfmt.cpp 238 UnicodeString &Win32NumberFormat::format(int32_t numDigits, UnicodeString &appendTo, wchar_t *fmt, ...) const
240 wchar_t nStackBuffer[STACK_BUFFER_SIZE];
241 wchar_t *nBuffer = nStackBuffer;
279 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) {
  /external/libvpx/vpx_ports/
vpxtypes.h 64 typedef wchar_t vpxtc;
  /external/stlport/stlport/stl/
_iostream_string.h 120 typedef __basic_iostring<wchar_t> __iowstring;
_ostream.h 209 _STLP_EXPORT_TEMPLATE_CLASS basic_ostream<wchar_t, char_traits<wchar_t> >;
210 _STLP_EXPORT_TEMPLATE_CLASS _Osentry<wchar_t, char_traits<wchar_t> >;
_pthread_alloc.h 263 struct __type_traits<pthread_allocator<wchar_t> > : _STLP_PRIV __pthread_alloc_type_traits<wchar_t> {};
446 struct __type_traits<per_thread_allocator<wchar_t> > : _STLP_PRIV __perthread_alloc_type_traits<wchar_t> {};
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 52 * stddef.h defines wchar_t
251 /* wchar_t-related definitions -------------------------------------------- */
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
276 * Defined if wchar_t uses UTF-16.
282 * Defined if wchar_t uses UTF-32.
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
317 * 16-bit wchar_t types.
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar
    [all...]
ustring.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 52 * stddef.h defines wchar_t
251 /* wchar_t-related definitions -------------------------------------------- */
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
276 * Defined if wchar_t uses UTF-16.
282 * Defined if wchar_t uses UTF-32.
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
317 * 16-bit wchar_t types.
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar
    [all...]
ustring.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 52 * stddef.h defines wchar_t
251 /* wchar_t-related definitions -------------------------------------------- */
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
276 * Defined if wchar_t uses UTF-16.
282 * Defined if wchar_t uses UTF-32.
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
317 * 16-bit wchar_t types.
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar
    [all...]
ustring.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 66 const wchar_t* input,
  /external/webkit/Source/WebCore/platform/win/
LocalizedStringsWin.cpp 51 wchar_t dllPathBuffer[MAX_PATH];
SSLKeyGeneratorWin.cpp 71 requestInfo.pwszChallengeString = const_cast<wchar_t*>(localChallenge.charactersWithNullTermination());
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 52 * stddef.h defines wchar_t
251 /* wchar_t-related definitions -------------------------------------------- */
265 * U_SIZEOF_WCHAR_T==sizeof(wchar_t) (0 means it is not defined or autoconf could not set it)
276 * Defined if wchar_t uses UTF-16.
282 * Defined if wchar_t uses UTF-32.
313 * Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
314 * If wchar_t is not 16 bits wide, then define UChar to be uint16_t.
317 * 16-bit wchar_t types.
322 /* Define UChar to be compatible with wchar_t if possible. */
324 typedef wchar_t UChar
    [all...]
ustring.h     [all...]
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 66 wchar_t className[256];
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 120 typedef __basic_iostring<wchar_t> __iowstring;
_ostream.h 209 _STLP_EXPORT_TEMPLATE_CLASS basic_ostream<wchar_t, char_traits<wchar_t> >;
210 _STLP_EXPORT_TEMPLATE_CLASS _Osentry<wchar_t, char_traits<wchar_t> >;
_pthread_alloc.h 263 struct __type_traits<pthread_allocator<wchar_t> > : _STLP_PRIV __pthread_alloc_type_traits<wchar_t> {};
446 struct __type_traits<per_thread_allocator<wchar_t> > : _STLP_PRIV __perthread_alloc_type_traits<wchar_t> {};
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
allocator.h 139 extern template class allocator<wchar_t>;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h 64 _TR1_hashtable_define_trivial_hash(wchar_t);

Completed in 4206 milliseconds

<<21222324252627282930>>