Home
last modified time | relevance | path

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

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