/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 38 typedef int wint_t; typedef
|
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_apple.h | 38 typedef int wint_t; typedef
|
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_apple.h | 38 typedef int wint_t; typedef
|
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/external/bison/lib/ |
wchar.in.h | 39 and once directly. In both situations 'wint_t' is not yet defined, 101 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ 102 #if !@HAVE_WINT_T@ && !defined wint_t 103 # define wint_t int 108 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>. 109 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be 115 # undef wint_t 116 # define wint_t rpl_wint_t 121 # define WEOF ((wint_t) -1) 146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE) [all...] |
/external/bison/darwin-lib/ |
wchar.h | 40 and once directly. In both situations 'wint_t' is not yet defined, 413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ 414 #if !1 && !defined wint_t 415 # define wint_t int macro 420 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>. 421 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be 427 # undef wint_t macro 428 # define wint_t rpl_wint_t macro 433 # define WEOF ((wint_t) -1) 458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE) [all...] |
/external/bison/linux-lib/ |
wchar.h | 40 and once directly. In both situations 'wint_t' is not yet defined, 413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ 414 #if !1 && !defined wint_t 415 # define wint_t int macro 420 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>. 421 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be 427 # undef wint_t macro 428 # define wint_t rpl_wint_t macro 433 # define WEOF ((wint_t) -1) 458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
locale_win32.cpp | 73 wint_t btowc_l( int c, locale_t loc ) 78 int wctob_l( wint_t c, locale_t loc )
|
/external/e2fsprogs/intl/ |
printf-args.c | 83 ap->a.a_wide_char = va_arg (args, wint_t);
|
/external/stlport/stlport/stl/config/ |
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/ndk/sources/android/support/src/musl-ctype/ |
towctrans.c | 260 wint_t towupper(wint_t wc) 265 wint_t towlower(wint_t wc)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 109 typedef unsigned int wint_t; typedef
|
_sunprocc.h | 96 # define wint_t __wint_t macro
|
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c,
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) {
53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) {
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 35 _Locale_mask_t _WLocale_ctype(_Locale_ctype_t* ltype, wint_t c,
45 wint_t _WLocale_tolower(_Locale_ctype_t* ltype, wint_t c) {
53 wint_t _WLocale_toupper(_Locale_ctype_t* ltype, wint_t c) {
|