Home
last modified time | relevance | path

Searched refs:xmlIsDigit_ch (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dchvalid.h144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro
153 xmlIsDigit_ch((c)) : \
DparserInternals.h171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)