Searched defs:IS_DIGIT (Results 1 – 7 of 7) sorted by relevance
130 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
163 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
51 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
82 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
575 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro
201 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
216 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro