Searched refs:IS_ASCII_DIGIT (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h254 * IS_ASCII_DIGIT:
260 #define IS_ASCII_DIGIT(c) ((0x30 <= (c)) && ((c) <= 0x39)) macro
/external/libxml2/
H A Dxpath.c135 * any use of the macros IS_ASCII_CHARACTER and IS_ASCII_DIGIT)
10521 } else if (IS_ASCII_DIGIT(CUR) || (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10633 (IS_ASCII_DIGIT(CUR)) ||
10635 (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {

Completed in 266 milliseconds