Searched refs:isAlpha (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSUnserializeXML.y353 #define isAlpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z'))
357 #define isAlphaNumeric(c) (isAlpha(c) || isDigit(c) || ((c) == '-'))
381 if (!isComment && !isAlpha(c)) return TAG_BAD; // <!1, <!-A, <!eos
423 if (!isAlpha(c)) return TAG_BAD;
H A DOSUnserialize.y224 #define isAlpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z'))
228 #define isAlphaNumeric(c) (isAlpha(c) || isDigit(c) || ((c) == '-'))
286 if (isAlpha(c)) {
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFUnserialize.yacc271 #define isAlpha(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z'))
275 #define isAlphaNumeric(c) (isAlpha(c) || isDigit(c) || ((c) == '-'))
299 if (!isComment && !isAlpha(c)) return TAG_BAD; // <!1, <!-A, <!eos
341 if (!isAlpha(c)) return TAG_BAD;
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/charperf/
H A Dcharperf.cpp128 return new CharPerfFunction(isAlpha, MIN_, MAX_);
H A Dcharperf.h119 inline void isAlpha(UChar32 ch) function

Completed in 109 milliseconds