HomeSort by relevance Sort by last modified time
    Searched refs:wint_t (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gconv.h 76 typedef wint_t (*__gconv_btowc_fct) (struct __gconv_step *, unsigned char);
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r6/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
  /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/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/clang/test/Sema/
format-strings.c 304 // PR 7981 - handle '%lc' (wint_t)
305 #ifndef wint_t
307 typedef __darwin_wint_t wint_t; typedef
310 void pr7981(wint_t c, wchar_t c2) {
314 printf("%lc", &c); // expected-warning{{the argument has type 'wint_t *' (aka 'int *')}}
  /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) {
  /external/bluetooth/glib/glib/gnulib/
printf-args.c 96 ap->a.a_wide_char = va_arg (args, wint_t);
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 206 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
238 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc)
241 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask )
327 wint_t _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c )
332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c )
  /ndk/sources/cxx-stl/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)
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 294 _Locale_mask_t _WLocale_ctype( struct _Locale_ctype *__loc, wint_t wc, _Locale_mask_t __mask )
327 wint_t _WLocale_tolower( struct _Locale_ctype *__loc, wint_t c )
332 wint_t _WLocale_toupper( struct _Locale_ctype *__loc, wint_t c )
  /external/srec/portable/include/
ptypes.h 379 typedef wint_t LINT;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 373 wint_t *wcs;
821 static inline wint_t
826 return (wint_t) pstr->mbs[idx];
827 return (wint_t) pstr->wcs[idx];
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 255 (*(s) = wctob ((wint_t) (wc)), 1) : \
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stddef.h 355 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stddef.h 355 typedef __WINT_TYPE__ wint_t; typedef

Completed in 5315 milliseconds

1 23 4 5