Searched defs:isalpha (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DDisallowCType.h41 #undef isalpha macro
58 #define isalpha isalpha_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/external/kernel-headers/original/linux/
H A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/external/stlport/stlport/
H A Dctype.h56 # undef isalpha macro
71 __inline int (isalpha)(int c) { return _isctype(c, _ALPHA); } function
/external/linux-tools-perf/util/
H A Dutil.h231 #undef isalpha macro
251 #define isalpha(x) sane_istest(x,GIT_ALPHA) macro
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h33 case, e.g. ISALPHA not isalpha. */
126 #undef isalpha macro
127 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro

Completed in 294 milliseconds