HomeSort by relevance Sort by last modified time
    Searched refs:xmlIsDigit_ch (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
chvalid.h 139 * xmlIsDigit_ch:
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39)))
153 xmlIsDigit_ch((c)) : \
parserInternals.h 171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)

Completed in 47 milliseconds