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

  /external/libxml2/include/libxml/
parserInternals.h 95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c)
108 * Behaviour same as IS_BLANK
  /external/libxslt/libxslt/
attributes.c 68 #ifdef IS_BLANK
69 #undef IS_BLANK
72 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
415 while (IS_BLANK(*curval)) curval++;
419 while ((*endval != 0) && (!IS_BLANK(*endval))) endval++;
1074 while (IS_BLANK(*curstr))
1079 while ((*endstr != 0) && (!IS_BLANK(*endstr)))
xslt.c 104 #ifdef IS_BLANK
105 #undef IS_BLANK
107 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \
262 if (!(IS_BLANK(*str))) return(0);
1276 while (IS_BLANK(*element))
1281 while ((*end != 0) && (!IS_BLANK(*end)))
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t')
    [all...]
  /external/libxml2/
xmlregexp.c     [all...]

Completed in 717 milliseconds