Searched refs:xmlIsDigitQ (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dchvalid.h147 * xmlIsDigitQ:
152 #define xmlIsDigitQ(c) (((c) < 0x100) ? \ macro
H A DparserInternals.h163 #define IS_DIGIT(c) xmlIsDigitQ(c)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dchvalid.h147 * xmlIsDigitQ:
152 #define xmlIsDigitQ(c) (((c) < 0x100) ? \ macro
H A DparserInternals.h130 #define IS_DIGIT(c) xmlIsDigitQ(c)
/macosx-10.10.1/libxml2-26/libxml2/
H A Dchvalid.c281 * Use xmlIsDigit_ch or xmlIsDigitQ instead
287 return(xmlIsDigitQ(ch));
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dchvalid.c281 * Use xmlIsDigit_ch or xmlIsDigitQ instead
287 return(xmlIsDigitQ(ch));

Completed in 271 milliseconds