Searched refs:IS_BYTE_CHAR (Results 1 – 4 of 4) sorted by relevance
72 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) macro
683 } else if (IS_BYTE_CHAR(*cur)) { in xmlEncodeEntitiesReentrant()
8213 (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()
296 } else if (IS_BYTE_CHAR(*in)) { in xmlEscapeEntities()