Searched defs:iswdigit (Results 1 - 7 of 7) sorted by relevance

/external/libcxx/include/support/solaris/
H A Dwchar.h13 #define iswdigit sun_iswdigit macro
33 #undef iswdigit macro
/external/stlport/stlport/
H A Dctype.h89 __inline int (iswdigit)(int c) { return iswctype((unsigned short)(c), _DIGIT); } function
/external/bison/darwin-lib/
H A Dwctype.h423 # undef iswdigit macro
441 # define iswdigit rpl_iswdigit
507 iswdigit function
673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc));
685 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc));
697 _GL_CXXALIASWARN (iswdigit); variable
/external/bison/lib/
H A Dwctype.in.h121 # undef iswdigit macro
139 # define iswdigit rpl_iswdigit macro
205 iswdigit
371 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc));
383 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc));
395 _GL_CXXALIASWARN (iswdigit); variable
/external/bison/linux-lib/
H A Dwctype.h423 # undef iswdigit macro
441 # define iswdigit rpl_iswdigit
507 iswdigit function
673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc));
685 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc));
697 _GL_CXXALIASWARN (iswdigit); variable
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c169 # define iswdigit(x) isdigit(x) macro
/external/libxml2/
H A Dtrio.c169 # define iswdigit(x) isdigit(x) macro

Completed in 272 milliseconds