Searched refs:IS_ASCII_LETTER (Results 1 – 3 of 3) sorted by relevance
250 #define IS_ASCII_LETTER(c) (((0x41 <= (c)) && ((c) <= 0x5a)) || \ macro
11562 ((IS_ASCII_LETTER(CUR)) || (CUR == '_') || (CUR == '.') || in xmlXPathCompLocationPath()
5825 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)