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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dchvalid.h83 * xmlIsBlank_ch:
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \ macro
99 xmlIsBlank_ch((c)) : 0)
H A DparserInternals.h110 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
/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/chromium_org/third_party/libxml/src/
H A Dcatalog.c1043 if (!xmlIsBlank_ch(*p))
1057 if (xmlIsBlank_ch(*p)) {
3160 while (xmlIsBlank_ch(*cur))
3164 while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
3246 while (xmlIsBlank_ch(*cur)) cur++;
3249 while ((*cur != 0) && (*cur != PATH_SEAPARATOR) && (!xmlIsBlank_ch(*cur)))
/external/libxml2/
H A Dcatalog.c1041 if (!xmlIsBlank_ch(*p))
1055 if (xmlIsBlank_ch(*p)) {
3156 while (xmlIsBlank_ch(*cur))
3160 while ((*cur != 0) && (!xmlIsBlank_ch(*cur)))
3242 while (xmlIsBlank_ch(*cur)) cur++;
3245 while ((*cur != 0) && (*cur != PATH_SEAPARATOR) && (!xmlIsBlank_ch(*cur)))

Completed in 109 milliseconds