HomeSort by relevance Sort by last modified time
    Searched defs:wint_t (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/clang/lib/Headers/
stddef.h 66 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
71 typedef __WINT_TYPE__ wint_t; typedef
  /external/stlport/stlport/stl/
_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
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 59 /* Define wint_t. (Also done in wchar.in.h.) */
60 #if !@HAVE_WINT_T@ && !defined wint_t
61 # define wint_t int macro
107 iswalnum (wint_t wc)
114 iswalpha (wint_t wc)
120 iswblank (wint_t wc)
126 iswcntrl (wint_t wc)
132 iswdigit (wint_t wc)
138 iswgraph (wint_t wc)
144 iswlower (wint_t wc
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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
174 // gcc 3.0 has a glitch : wint_t only sucked into the global namespace if _GLIBCPP_USE_WCHAR_T is defined
178 using ::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
c_locale.h 58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 66 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
71 typedef __WINT_TYPE__ wint_t; typedef
  /bionic/libc/include/
wchar.h 48 typedef __WINT_TYPE__ wint_t; typedef
70 #define WEOF ((wint_t)(-1))
72 extern wint_t btowc(int);
75 extern int iswalnum(wint_t);
76 extern int iswalpha(wint_t);
77 extern int iswcntrl(wint_t);
78 extern int iswdigit(wint_t);
79 extern int iswgraph(wint_t);
80 extern int iswlower(wint_t);
81 extern int iswprint(wint_t);
    [all...]
  /development/ndk/platforms/android-3/include/
wchar.h 53 typedef __WINT_TYPE__ wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /development/ndk/platforms/android-8/include/
wchar.h 53 typedef __WINT_TYPE__ wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /development/ndk/platforms/android-9/include/
wchar.h 54 typedef __WINT_TYPE__ wint_t; typedef
76 #define WEOF ((wint_t)(-1))
78 extern wint_t btowc(int);
81 extern int iswalnum(wint_t);
82 extern int iswalpha(wint_t);
83 extern int iswcntrl(wint_t);
84 extern int iswdigit(wint_t);
85 extern int iswgraph(wint_t);
86 extern int iswlower(wint_t);
87 extern int iswprint(wint_t);
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 53 typedef int wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
wchar.h 53 typedef int wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
wchar.h 53 typedef int wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
wchar.h 53 typedef int wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
wchar.h 53 typedef int wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
wchar.h 53 typedef int wint_t; typedef
77 extern wint_t btowc(int);
80 extern int iswalnum(wint_t);
81 extern int iswalpha(wint_t);
82 extern int iswcntrl(wint_t);
83 extern int iswdigit(wint_t);
84 extern int iswgraph(wint_t);
85 extern int iswlower(wint_t);
86 extern int iswprint(wint_t);
87 extern int iswpunct(wint_t);
    [all...]

Completed in 1284 milliseconds

1 2 3 4 5