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

  /external/libxml2/include/libxml/
chvalid.h 93 * xmlIsBlankQ:
98 #define xmlIsBlankQ(c) (((c) < 0x100) ? \
parserInternals.h 135 #define IS_BLANK(c) xmlIsBlankQ(c)
  /external/libxml2/
chvalid.c 236 * Use xmlIsBlank_ch or xmlIsBlankQ instead
242 return(xmlIsBlankQ(ch));

Completed in 35 milliseconds