HomeSort by relevance Sort by last modified time
    Searched full:wchar_t (Results 251 - 275 of 1732) sorted by null

<<11121314151617181920>>

  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 63 const wchar_t dir[] = L"Software\\freedesktop\\DBus";
64 const wchar_t name[] = L"Verbose";
70 wchar_t *result_w = NULL;
84 /* Round up to multiple of wchar_t, convert to number of wchar_t's, and add 1. */
85 n1 = ((nbytes + sizeof(wchar_t) - 1) / sizeof (wchar_t)) + 1;
86 result_w = malloc (n1 * sizeof (wchar_t));
538 wchar_t *filename;
560 wchar_t *filename
    [all...]
  /external/elfutils/libebl/
eblwstrtab.c 39 const wchar_t *string;
45 wchar_t reverse[0];
136 newstring (struct Ebl_WStrtab *st, const wchar_t *str, size_t len)
149 if (st->left < align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t))
152 sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t)))
169 st->backp += align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t);
170 st->left -= align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t);
206 ebl_wstrtabadd (struct Ebl_WStrtab *st, const wchar_t *str, size_t len)
284 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp)
294 *offsetp += nodep->len * sizeof (wchar_t);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ASCIICType.h 49 inline bool isASCII(wchar_t c) { return !(c & ~0x7F); }
57 inline bool isASCIIAlpha(wchar_t c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; }
65 inline bool isASCIIAlphanumeric(wchar_t c) { return (c >= '0' && c <= '9') || ((c | 0x20) >= 'a' && (c | 0x20) <= 'z'); }
73 inline bool isASCIIDigit(wchar_t c) { return (c >= '0') & (c <= '9'); }
81 inline bool isASCIIHexDigit(wchar_t c) { return (c >= '0' && c <= '9') || ((c | 0x20) >= 'a' && (c | 0x20) <= 'f'); }
89 inline bool isASCIIOctalDigit(wchar_t c) { return (c >= '0') & (c <= '7'); }
97 inline bool isASCIILower(wchar_t c) { return c >= 'a' && c <= 'z'; }
105 inline bool isASCIIUpper(wchar_t c) { return c >= 'A' && c <= 'Z'; }
126 inline bool isASCIISpace(wchar_t c) { return c <= ' ' && (c == ' ' || (c <= 0xD && c >= 0x9)); }
134 inline wchar_t toASCIILower(wchar_t c) { return c | ((c >= 'A' && c <= 'Z') << 5);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring_fwd.h 61 typedef __versa_string<wchar_t> __wvstring;
64 __versa_string<wchar_t, std::char_traits<wchar_t>,
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
stdio_sync_filebuf.h 217 inline stdio_sync_filebuf<wchar_t>::int_type
218 stdio_sync_filebuf<wchar_t>::syncgetc()
222 inline stdio_sync_filebuf<wchar_t>::int_type
223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c)
227 inline stdio_sync_filebuf<wchar_t>::int_type
228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c)
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h 61 typedef __versa_string<wchar_t> __wvstring;
64 __versa_string<wchar_t, std::char_traits<wchar_t>,
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
stdio_sync_filebuf.h 217 inline stdio_sync_filebuf<wchar_t>::int_type
218 stdio_sync_filebuf<wchar_t>::syncgetc()
222 inline stdio_sync_filebuf<wchar_t>::int_type
223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c)
227 inline stdio_sync_filebuf<wchar_t>::int_type
228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c)
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h 61 typedef __versa_string<wchar_t> __wvstring;
64 __versa_string<wchar_t, std::char_traits<wchar_t>,
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
stdio_sync_filebuf.h 217 inline stdio_sync_filebuf<wchar_t>::int_type
218 stdio_sync_filebuf<wchar_t>::syncgetc()
222 inline stdio_sync_filebuf<wchar_t>::int_type
223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c)
227 inline stdio_sync_filebuf<wchar_t>::int_type
228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c)
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_fwd.h 61 typedef __versa_string<wchar_t> __wvstring;
64 __versa_string<wchar_t, std::char_traits<wchar_t>,
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
stdio_sync_filebuf.h 217 inline stdio_sync_filebuf<wchar_t>::int_type
218 stdio_sync_filebuf<wchar_t>::syncgetc()
222 inline stdio_sync_filebuf<wchar_t>::int_type
223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c)
227 inline stdio_sync_filebuf<wchar_t>::int_type
228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c)
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
255 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s
    [all...]
  /external/e2fsprogs/intl/
printf.c 273 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args)
280 wchar_t *result = libintl_vasnwprintf (NULL, &length, format, args);
298 libintl_fwprintf (FILE *stream, const wchar_t *format, ...)
311 libintl_vwprintf (const wchar_t *format, va_list args)
318 libintl_wprintf (const wchar_t *format, ...)
331 libintl_vswprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args)
338 wchar_t *result = libintl_vasnwprintf (resultbuf, &length, format, args);
345 memcpy (resultbuf, result, (maxlength - 1) * sizeof (wchar_t));
358 libintl_swprintf (wchar_t *resultbuf, size_t length, const wchar_t *format, ...
    [all...]
  /external/stlport/stlport/stl/
_num_put.c 71 // Helper routine for wchar_t
75 ios_base& __f, wchar_t __fill,
76 wchar_t __decimal_point, wchar_t __sep,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
91 #endif /* WCHAR_T */
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 71 // Helper routine for wchar_t
75 ios_base& __f, wchar_t __fill,
76 wchar_t __decimal_point, wchar_t __sep,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
91 #endif /* WCHAR_T */
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 222 const wchar_t *,
223 const wchar_t *,
224 const wchar_t **, char *,
232 const char **, wchar_t *,
233 wchar_t *, wchar_t **);
247 wchar_t *_IO_read_ptr; /* Current read pointer */
248 wchar_t *_IO_read_end; /* End of get area. */
249 wchar_t *_IO_read_base; /* Start of putback+get area. */
250 wchar_t *_IO_write_base; /* Start of put area. *
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 71 // Helper routine for wchar_t
75 ios_base& __f, wchar_t __fill,
76 wchar_t __decimal_point, wchar_t __sep,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
91 #endif /* WCHAR_T */
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 71 // Helper routine for wchar_t
75 ios_base& __f, wchar_t __fill,
76 wchar_t __decimal_point, wchar_t __sep,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
91 #endif /* WCHAR_T */
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false)
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 71 // Helper routine for wchar_t
75 ios_base& __f, wchar_t __fill,
76 wchar_t __decimal_point, wchar_t __sep,
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
91 #endif /* WCHAR_T */
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc());
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false)
    [all...]
  /bionic/libc/wchar/
wcscoll.c 36 wcscoll(const wchar_t *ws1, const wchar_t *ws2)
  /external/chromium/base/
file_version_info_win.h 44 bool GetValue(const wchar_t* name, std::wstring* value);
48 std::wstring GetStringValue(const wchar_t* name);
native_library_win.cc 15 typedef HMODULE (WINAPI* LoadLibraryFunction)(const wchar_t* file_name);
48 typedef HMODULE (WINAPI* LoadLibraryFunction)(const wchar_t* file_name);
string_util_posix.h 45 inline int vswprintf(wchar_t* buffer, size_t size,
46 const wchar_t* format, va_list arguments) {
string_util_win.h 44 inline int vswprintf(wchar_t* buffer, size_t size,
45 const wchar_t* format, va_list arguments) {
  /external/clang/test/CodeGen/
wchar-const.c 6 typedef __WCHAR_TYPE__ wchar_t;
19 extern void foo(const wchar_t* p);
  /external/clang/test/SemaCXX/
cxx0x-type-convert-construct.cpp 13 wchar_t *LRstr;
14 LRstr = LR"foo(a wide raw string)foo"; // expected-warning{{conversion from string literal to 'wchar_t *' is deprecated}}

Completed in 1019 milliseconds

<<11121314151617181920>>