Searched refs:xmlIsDigit_ch (Results 1 – 3 of 3) sorted by relevance
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro153 xmlIsDigit_ch((c)) : \
171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)
2210 || ((first == 0) && (xmlIsDigit_ch(cur[0]))) )) in xmlSchemaCheckLanguageType()