Searched refs:xmlIsDigit_ch (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dchvalid.in.h139 * xmlIsDigit_ch:
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro
153 xmlIsDigit_ch((c)) : \
H A DparserInternals.in.h129 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dchvalid.in.h139 * xmlIsDigit_ch:
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro
153 xmlIsDigit_ch((c)) : \
H A DparserInternals.in.h129 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dchvalid.h139 * xmlIsDigit_ch:
144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro
153 xmlIsDigit_ch((c)) : \
H A DparserInternals.h129 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)

Completed in 159 milliseconds