Searched defs:xmlIsDigit_ch (Results 1 – 2 of 2) sorted by relevance
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro