Home
last modified time | relevance | path

Searched refs:wint_t (Results 1 – 25 of 35) sorted by relevance

12

/external/stlport/stlport/stl/
D_cwchar.h39 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.h33 wint_t towctrans(wint_t c, wctrans_t value);
58 using _STLP_VENDOR_CSTD_WFUNC::wint_t;
Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
Dchar_traits.h244 : public __char_traits_base<wchar_t, wint_t> {
/external/stlport/src/
Dc_locale.h205 _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/
Dc_wlocale_win32.c35 _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/
Dformat-strings.c300 #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/
Dc_locale_dummy.c206 _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/
Dstddef.h61 typedef __WINT_TYPE__ wint_t; typedef
/external/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c294 _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/
Dprintf-args.h102 wint_t a_wide_char;
Dprintf-args.c83 ap->a.a_wide_char = va_arg (args, wint_t); in printf_fetchargs()
Dvasnprintf.c723 wint_t arg = a.arg[dp->arg_index].a.a_wide_char; in VASNPRINTF()
/external/bluetooth/glib/glib/gnulib/
Dprintf-args.h107 wint_t a_wide_char;
Dprintf-args.c96 ap->a.a_wide_char = va_arg (args, wint_t); in printf_fetchargs()
Dvasnprintf.c948 wint_t arg = a.arg[dp->arg_index].a.a_wide_char; in vasnprintf()
/external/stlport/stlport/stl/config/
D_apple.h38 typedef int wint_t; typedef
D_sunprocc.h96 # define wint_t __wint_t macro
D_gcc.h109 typedef unsigned int wint_t; typedef
/external/bluetooth/glib/
Dacinclude.m4300 # 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/
Dptypes.h379 typedef wint_t LINT;
/external/bison/lib/
Dstrtol.c202 # define UCHAR_TYPE wint_t
/external/v8/test/cctest/
Dtest-compiler.cc78 printf("%lc", static_cast<wint_t>(string[j])); in Print()
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c4882 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/
Drun-show-die-info.sh756 Name : wint_t

12