Searched defs:iswupper (Results 1 - 7 of 7) sorted by last modified time

/external/stlport/stlport/
H A Dctype.h87 __inline int (iswupper)(int c) { return iswctype((unsigned short)(c), _UPPER); } function
/external/libxml2/
H A Dtrio.c175 # define iswupper(x) isupper(x) macro
/external/libcxx/include/support/solaris/
H A Dwchar.h11 #define iswupper sun_iswupper macro
31 #undef iswupper macro
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c175 # define iswupper(x) isupper(x) macro
/external/bison/darwin-lib/
H A Dwctype.h429 # undef iswupper macro
447 # define iswupper rpl_iswupper
576 iswupper function
679 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc));
691 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc));
703 _GL_CXXALIASWARN (iswupper); variable
/external/bison/lib/
H A Dwctype.in.h127 # undef iswupper macro
145 # define iswupper rpl_iswupper macro
274 iswupper
377 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc));
389 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc));
401 _GL_CXXALIASWARN (iswupper); variable
/external/bison/linux-lib/
H A Dwctype.h429 # undef iswupper macro
447 # define iswupper rpl_iswupper
576 iswupper function
679 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc));
691 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc));
703 _GL_CXXALIASWARN (iswupper); variable

Completed in 262 milliseconds