Home
last modified time | relevance | path

Searched defs:IS_BLANK (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/cronet/stable/third_party/libxml/src/include/libxml/
DparserInternals.h146 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/cronet/tot/third_party/libxml/src/include/libxml/
DparserInternals.h146 #define IS_BLANK(c) xmlIsBlankQ(c) macro
/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dmacros.rs247 macro_rules! IS_BLANK { macro
/external/strace/
Ds390.c454 #define IS_BLANK(arr_) /* 0x40 is space in EBCDIC */ \ macro
/external/libxml2/
Dxmlregexp.c7658 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro