Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) macro
/external/chromium_org/third_party/libxml/src/include/libxml/
DparserInternals.h138 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) macro
/external/chromium_org/third_party/libxml/src/
DChangeLog5829 IS_DIGIT_CH macros to ascii versions (bug 153936).