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

1 2 3 4 5

  /ndk/sources/android/support/include/
wctype.h 37 typedef int wint_t; typedef
41 #define WEOF ((wint_t)(-1))
43 int iswalnum(wint_t);
44 int iswalpha(wint_t);
45 int iswblank(wint_t);
46 int iswcntrl(wint_t);
47 int iswdigit(wint_t);
48 int iswgraph(wint_t);
49 int iswlower(wint_t);
50 int iswprint(wint_t);
    [all...]
wchar.h 73 typedef int wint_t; typedef
109 #define WEOF ((wint_t)(-1))
148 wint_t btowc (int);
149 int wctob (wint_t);
191 wint_t fgetwc (FILE *);
192 wint_t getwc (FILE *);
193 wint_t getwchar (void);
195 wint_t fputwc (wchar_t, FILE *);
196 wint_t putwc (wchar_t, FILE *);
197 wint_t putwchar (wchar_t)
    [all...]
  /external/clang/lib/Headers/
stddef.h 91 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
94 /* Always define wint_t when modules are available. */
99 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/ndk/9/sources/cxx-stl/EH/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 91 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
94 /* Always define wint_t when modules are available. */
99 typedef __WINT_TYPE__ wint_t; typedef
  /bionic/libc/include/
wchar.h 48 typedef __WINT_TYPE__ wint_t; typedef
73 #define WEOF ((wint_t)(-1))
75 extern wint_t btowc(int);
78 extern int iswalnum(wint_t);
79 extern int iswalpha(wint_t);
80 extern int iswcntrl(wint_t);
81 extern int iswdigit(wint_t);
82 extern int iswgraph(wint_t);
83 extern int iswlower(wint_t);
84 extern int iswprint(wint_t);
    [all...]
  /development/ndk/platforms/android-3/include/
wchar.h 54 typedef __WINT_TYPE__ wint_t; typedef
75 * invalid (the standard mandates that the expression must have wint_t
81 #define WEOF ((wint_t)-1)
84 extern wint_t btowc(int);
87 extern int iswalnum(wint_t);
88 extern int iswalpha(wint_t);
89 extern int iswcntrl(wint_t);
90 extern int iswdigit(wint_t);
91 extern int iswgraph(wint_t);
92 extern int iswlower(wint_t);
    [all...]
  /development/ndk/platforms/android-8/include/
wchar.h 54 typedef __WINT_TYPE__ wint_t; typedef
75 * invalid (the standard mandates that the expression must have wint_t
81 #define WEOF ((wint_t)-1)
86 #define WEOF ((wint_t)-1)
89 extern wint_t btowc(int);
92 extern int iswalnum(wint_t);
93 extern int iswalpha(wint_t);
94 extern int iswcntrl(wint_t);
95 extern int iswdigit(wint_t);
96 extern int iswgraph(wint_t);
    [all...]
  /development/ndk/platforms/android-9/include/
wchar.h 48 typedef __WINT_TYPE__ wint_t; typedef
68 #define WEOF ((wint_t)(-1))
70 extern wint_t btowc(int);
73 extern int iswalnum(wint_t);
74 extern int iswalpha(wint_t);
75 extern int iswcntrl(wint_t);
76 extern int iswdigit(wint_t);
77 extern int iswgraph(wint_t);
78 extern int iswlower(wint_t);
79 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...]

Completed in 456 milliseconds

1 2 3 4 5