Searched defs:IS_BLANK (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DparserInternals.h135 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DparserInternals.h102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dattributes.c69 #undef IS_BLANK macro
72 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
H A Dxslt.c105 #undef IS_BLANK macro
107 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dyaml_private.h326 #define IS_BLANK(string) IS_BLANK_AT((string),0) macro
/macosx-10.9.5/libxml2-26/libxml2/
H A Drngparser.c152 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ macro
H A Dxmlregexp.c7857 #undef IS_BLANK macro
7858 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c7843 #undef IS_BLANK macro
7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro

Completed in 194 milliseconds