Searched defs:wint_t (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/prebuilts/ndk/9/sources/android/support/include/
H A Dwctype.h43 typedef int wint_t; typedef
47 #define WEOF ((wint_t)(-1))
49 int iswalnum(wint_t);
50 int iswalpha(wint_t);
51 int iswblank(wint_t);
52 int iswcntrl(wint_t);
53 int iswdigit(wint_t);
54 int iswgraph(wint_t);
55 int iswlower(wint_t);
56 int iswprint(wint_t);
[all...]
/prebuilts/ndk/current/sources/android/support/include/
H A Dwctype.h43 typedef int wint_t; typedef
47 #define WEOF ((wint_t)(-1))
49 int iswalnum(wint_t);
50 int iswalpha(wint_t);
51 int iswblank(wint_t);
52 int iswcntrl(wint_t);
53 int iswdigit(wint_t);
54 int iswgraph(wint_t);
55 int iswlower(wint_t);
56 int iswprint(wint_t);
[all...]
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
H A Dstddef.h91 /* 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
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
H A Dstddef.h91 /* 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
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Dstddef.h91 /* 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
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
H A Dstddef.h91 /* 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
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_cwchar.h39 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;
H A Dc_locale.h58 typedef long wint_t; typedef
61 typedef __int32_t wint_t; typedef
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
H A Dstddef.h133 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
136 /* Always define wint_t when modules are available. */
141 typedef __WINT_TYPE__ wint_t; typedef
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
H A Dstddef.h133 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
136 /* Always define wint_t when modules are available. */
141 typedef __WINT_TYPE__ wint_t; typedef
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dwchar.h53 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 1078 milliseconds

1234567891011>>