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

  /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...]
tree.c 401 while (IS_BLANK(c)) {
417 while (IS_BLANK(c)) {
488 while (IS_BLANK(c)) {
518 while (IS_BLANK(c)) {
572 while (IS_BLANK(c)) {
587 while (IS_BLANK(c)) {
643 while (IS_BLANK(c)) {
659 while (IS_BLANK(c)) {
    [all...]
xmlregexp.c     [all...]
valid.c     [all...]
parser.c     [all...]
  /external/libxml2/include/libxml/
parserInternals.h 128 * IS_BLANK:
135 #define IS_BLANK(c) xmlIsBlankQ(c)
141 * Behaviour same as IS_BLANK

Completed in 143 milliseconds