HomeSort by relevance Sort by last modified time
    Searched refs:xmlIsBlank_ch (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
chvalid.h 83 * xmlIsBlank_ch:
88 #define xmlIsBlank_ch(c) (((c) == 0x20) || \
99 xmlIsBlank_ch((c)) : 0)
parserInternals.h 143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c)
  /external/libxml2/
catalog.c 1046 if (!xmlIsBlank_ch(*p))
1060 if (xmlIsBlank_ch(*p)) {
    [all...]

Completed in 1236 milliseconds