Home
last modified time | relevance | path

Searched refs:xmlIsDigit_ch (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dchvalid.h144 #define xmlIsDigit_ch(c) (((0x30 <= (c)) && ((c) <= 0x39))) macro
153 xmlIsDigit_ch((c)) : \
DparserInternals.h171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c)
/external/libxml2/
Dxmlschemastypes.c2210 || ((first == 0) && (xmlIsDigit_ch(cur[0]))) )) in xmlSchemaCheckLanguageType()