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

  /ndk/sources/android/support/include/
wctype.h 43 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/
wctype.h 43 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...]
  /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
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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
  /prebuilts/ndk/current/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
  /bionic/libc/include/
wchar.h 43 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 iswblank(wint_t);
78 extern int iswcntrl(wint_t);
79 extern int iswdigit(wint_t);
80 extern int iswgraph(wint_t);
81 extern int iswlower(wint_t);
    [all...]
  /development/ndk/platforms/android-21/include/
wchar.h 42 typedef __WINT_TYPE__ wint_t; typedef
69 #define WEOF ((wint_t)(-1))
71 extern wint_t btowc(int);
74 extern int iswalnum(wint_t);
75 extern int iswalpha(wint_t);
76 extern int iswblank(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);
    [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...]
  /external/clang/lib/Headers/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
stddef.h 124 /* Some C libraries expect to see a wint_t here. Others (notably MinGW) will use
127 /* Always define wint_t when modules are available. */
132 typedef __WINT_TYPE__ wint_t; typedef
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/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...]

Completed in 1814 milliseconds

1 2 3 4 5