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 95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c)
108 * Behaviour same as IS_BLANK
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c 101 #define IS_BLANK(c) ((c) == ' ' || (c) == '\t')
    [all...]
  /external/libxml2/
xmlregexp.c     [all...]

Completed in 74 milliseconds