Searched refs:IS_BYTE_CHAR (Results 1 – 4 of 4) sorted by relevance
105 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) macro
723 } else if (IS_BYTE_CHAR(*cur)) { in xmlEncodeEntitiesInternal()
300 } else if (IS_BYTE_CHAR(*in)) { in xmlEscapeEntities()
8585 (IS_BYTE_CHAR(RAW))) && (ctxt->instate != XML_PARSER_EOF)) { in xmlParseStartTag()8717 if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) { in xmlParseEndTag1()9356 (IS_BYTE_CHAR(RAW))) && (ctxt->instate != XML_PARSER_EOF)) { in xmlParseStartTag2()9791 if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) { in xmlParseEndTag2()10159 if (!IS_BYTE_CHAR(RAW)) { in xmlParseElement()