Home
last modified time | relevance | path

Searched defs:IS_DIGIT (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h163 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
/external/libxml2/
Duri.c83 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
/external/pcre/dist2/src/
Dpcre2_compile.c406 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro