HomeSort by relevance Sort by last modified time
    Searched refs:wint_t (Results 151 - 175 of 274) sorted by null

1 2 3 4 5 67 8 91011

  /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
  /prebuilts/ndk/7/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/8/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/9/sources/cxx-stl/EH/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) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 246 assert(WINT_MIN == std::numeric_limits<wint_t>::min());
249 assert(WINT_MAX == std::numeric_limits<wint_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 246 assert(WINT_MIN == std::numeric_limits<std::wint_t>::min());
249 assert(WINT_MAX == std::numeric_limits<std::wint_t>::max());
  /system/core/toolbox/grep/
fastgrep.c 292 wdata = grep_malloc(size * sizeof(wint_t));
302 wpat = grep_malloc(size * sizeof(wint_t));
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc)
245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc)

Completed in 1168 milliseconds

1 2 3 4 5 67 8 91011