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

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

Completed in 72 milliseconds