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

  /bionic/libc/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...]
  /development/ndk/platforms/android-L/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...]
  /external/clang/lib/Headers/
stddef.h 133 /* 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
  /external/bison/darwin-lib/
wctype.h 381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
382 #if !1 && !defined wint_t
383 # define wint_t int macro
388 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
389 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
395 # undef wint_t
396 # define wint_t rpl_wint_t
401 # define WEOF ((wint_t) -1)
464 (wint_t wc)
476 (wint_t wc
    [all...]
wchar.h 40 and once directly. In both situations 'wint_t' is not yet defined,
413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
414 #if !1 && !defined wint_t
415 # define wint_t int macro
420 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
421 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
427 # undef wint_t macro
428 # define wint_t rpl_wint_t macro
433 # define WEOF ((wint_t) -1)
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE)
    [all...]
  /external/bison/lib/
wctype.in.h 79 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
80 #if !@HAVE_WINT_T@ && !defined wint_t
81 # define wint_t int macro
86 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
87 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
93 # undef wint_t
94 # define wint_t rpl_wint_t
99 # define WEOF ((wint_t) -1)
162 (wint_t wc)
174 (wint_t wc
    [all...]
  /external/bison/linux-lib/
wctype.h 381 /* Define wint_t and WEOF. (Also done in wchar.in.h.) */
382 #if !1 && !defined wint_t
383 # define wint_t int macro
388 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
389 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
395 # undef wint_t
396 # define wint_t rpl_wint_t
401 # define WEOF ((wint_t) -1)
464 (wint_t wc)
476 (wint_t wc
    [all...]
wchar.h 40 and once directly. In both situations 'wint_t' is not yet defined,
413 /* Define wint_t and WEOF. (Also done in wctype.in.h.) */
414 #if !1 && !defined wint_t
415 # define wint_t int macro
420 /* MSVC defines wint_t as 'unsigned short' in <crtdefs.h>.
421 This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be
427 # undef wint_t macro
428 # define wint_t rpl_wint_t macro
433 # define WEOF ((wint_t) -1)
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE)
    [all...]
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 82 typedef unsigned short wint_t; typedef
217 * wint_t is unsigned short for compatibility with MS runtime

Completed in 318 milliseconds