Searched refs:IsXMLLetter (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.h415 Bool TY_(IsXMLLetter)(uint c);
H A Dattrs.c1437 if (!(TY_(IsXMLLetter)(c) || c == '_' || c == ':'))
H A Dlexer.c227 Bool TY_(IsXMLLetter)(uint c) function
441 return (TY_(IsXMLLetter)(c) ||

Completed in 132 milliseconds