Searched refs:IsLetter (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomhtml.c82 #define IsLetter(c) ( ((c)>='A' && (c)<='Z') || ((c)>='a' && (c)<='z') || ((c) >= '0' && (c) <= '9') ) macro
744 if ((c!='<') || ((c=='<') && (x[1]!='!') && (x[2]!='-') && (x[3]!='-') && (x[1]!='/') && !IsLetter(x[1])) ) {
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.h412 Bool TY_(IsLetter)(uint c);
H A Dlexer.c212 Bool TY_(IsLetter)(uint c) function
1829 if (TY_(IsLetter)(c))
1850 if (!TY_(IsLetter)(c))
1876 if (!TY_(IsLetter)(c))
1894 if (TY_(IsLetter)(c))
1907 if (TY_(IsLetter)(c))
2143 if (TY_(IsLetter)(c))
2342 if (TY_(IsLetter)(c))
3503 if (!TY_(IsLetter)(c))
H A Dattrs.c1414 if (!TY_(IsLetter)(*s++))
1721 if (TY_(IsLetter)(attval->value[0]))

Completed in 137 milliseconds