Searched refs:xmlIsDigit_ch (Results 1 – 2 of 2) sorted by relevance
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro153 xmlIsDigit_ch((c)) : \
138 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)