/external/stlport/stlport/stl/ |
D | _cwchar.h | 39 typedef _BSD_WINT_T_ wint_t; typedef 57 typedef long int wint_t; typedef 62 typedef _BSD_WINT_T_ wint_t; typedef 72 extern wint_t btowc(); 167 using _STLP_VENDOR_CSTD::wint_t; 172 typedef int wint_t; typedef 178 using ::wint_t; 180 using _STLP_VENDOR_CSTD::wint_t;
|
D | _cwctype.h | 33 wint_t towctrans(wint_t c, wctrans_t value); 58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
|
D | c_locale.h | 58 typedef long wint_t; typedef 61 typedef __int32_t wint_t; typedef
|
D | char_traits.h | 244 : public __char_traits_base<wchar_t, wint_t> {
|
/external/stlport/src/ |
D | c_locale.h | 205 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *, wint_t, _Locale_mask_t); 206 wint_t _WLocale_tolower(struct _Locale_ctype *, wint_t); 207 wint_t _WLocale_toupper(struct _Locale_ctype *, wint_t);
|
/external/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c, in _WLocale_ctype() 45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_tolower() 53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) { in _WLocale_toupper()
|
/external/clang/test/Sema/ |
D | format-strings.c | 300 #ifndef wint_t 302 typedef __darwin_wint_t wint_t; typedef 305 void pr7981(wint_t c, wchar_t c2) { in pr7981()
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 206 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) { in _WLocale_ctype() 238 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_tolower() 241 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_toupper()
|
/external/clang/lib/Headers/ |
D | stddef.h | 61 typedef __WINT_TYPE__ wint_t; typedef
|
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask ) in _WLocale_ctype() 327 wint_t _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c ) in _WLocale_tolower() 332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c ) in _WLocale_toupper()
|
/external/e2fsprogs/intl/ |
D | printf-args.h | 102 wint_t a_wide_char;
|
D | printf-args.c | 83 ap->a.a_wide_char = va_arg (args, wint_t); in printf_fetchargs()
|
D | vasnprintf.c | 723 wint_t arg = a.arg[dp->arg_index].a.a_wide_char; in VASNPRINTF()
|
/external/bluetooth/glib/glib/gnulib/ |
D | printf-args.h | 107 wint_t a_wide_char;
|
D | printf-args.c | 96 ap->a.a_wide_char = va_arg (args, wint_t); in printf_fetchargs()
|
D | vasnprintf.c | 948 wint_t arg = a.arg[dp->arg_index].a.a_wide_char; in vasnprintf()
|
/external/stlport/stlport/stl/config/ |
D | _apple.h | 38 typedef int wint_t; typedef
|
D | _sunprocc.h | 96 # define wint_t __wint_t macro
|
D | _gcc.h | 109 typedef unsigned int wint_t; typedef
|
/external/bluetooth/glib/ |
D | acinclude.m4 | 300 # wint_t.m4 serial 1 309 dnl Test whether <wchar.h> has the 'wint_t' type. 314 AC_CACHE_CHECK([for wint_t], gt_cv_c_wint_t, 316 wint_t foo = (wchar_t)'\0';], , 319 AC_DEFINE(HAVE_WINT_T, 1, [Define if you have the 'wint_t' type.])
|
/external/srec/portable/include/ |
D | ptypes.h | 379 typedef wint_t LINT;
|
/external/bison/lib/ |
D | strtol.c | 202 # define UCHAR_TYPE wint_t
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 78 printf("%lc", static_cast<wint_t>(string[j])); in Print()
|
/external/valgrind/main/perf/ |
D | test_input_for_tinycc.c | 4882 typedef unsigned int wint_t; typedef 4889 wint_t __wch; 4945 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char); 5182 extern wint_t __wunderflow (_IO_FILE *) __attribute__ ((__nothrow__)); 5183 extern wint_t __wuflow (_IO_FILE *) __attribute__ ((__nothrow__)); 5184 extern wint_t __woverflow (_IO_FILE *, wint_t) __attribute__ ((__nothrow__));
|
/external/elfutils/tests/ |
D | run-show-die-info.sh | 756 Name : wint_t
|