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

  /external/libxml2/include/libxml/
parserInternals.h 128 * IS_BLANK:
135 #define IS_BLANK(c) xmlIsBlankQ(c)
141 * Behaviour same as IS_BLANK
  /external/libxml2/
rngparser.c 144 * IS_BLANK:
151 #ifndef IS_BLANK
152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
268 (IS_BLANK(*ctxt->cur))) ctxt->cur++;
    [all...]
xmlregexp.c     [all...]

Completed in 101 milliseconds