Home
last modified time | relevance | path

Searched refs:IS_BYTE_CHAR (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h72 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) macro
/external/libxml2/
Dentities.c683 } else if (IS_BYTE_CHAR(*cur)) { in xmlEncodeEntitiesReentrant()
Dparser.c8213 (IS_BYTE_CHAR(RAW))) { in xmlParseStartTag()
8345 if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) { in xmlParseEndTag1()
8921 (IS_BYTE_CHAR(RAW))) { in xmlParseStartTag2()
9330 if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) { in xmlParseEndTag2()
9685 if (!IS_BYTE_CHAR(RAW)) { in xmlParseElement()
Dxmlsave.c296 } else if (IS_BYTE_CHAR(*in)) { in xmlEscapeEntities()