Searched refs:xmlIsBlank_ch (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dchvalid.h83 * xmlIsBlank_ch:
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ macro
99 xmlIsBlank_ch((c)) : 0)
H A DparserInternals.h143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
/external/libxml2/
H A Dcatalog.c1051 if (!xmlIsBlank_ch(*p))
1065 if (xmlIsBlank_ch(*p)) {
3165 while (xmlIsBlank_ch(*cur))
3169 while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
3251 while (xmlIsBlank_ch(*cur)) cur++;
3254 while ((*cur != 0) && (*cur != PATH_SEPARATOR) && (!xmlIsBlank_ch(*cur)))

Completed in 106 milliseconds