Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h130 #define IS_DIGIT(c) xmlIsDigitQ(c) macro
/external/libxml2/
Duri.c51 #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c216 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
/external/gcc-demangle/
Dcp-demangle.c201 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro