Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h163 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
/external/libxml2/
Duri.c82 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
/external/pcre/dist/
Dpcre_compile.c585 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro
/external/valgrind/coregrind/m_demangle/
Dcp-demangle.c216 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro