Searched refs:IS_BYTE_CHAR (Results 1 – 4 of 4) sorted by relevance
105 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) macro
728 } else if (IS_BYTE_CHAR(*cur)) { in xmlEncodeEntitiesInternal()
300 } else if (IS_BYTE_CHAR(*in)) { in xmlEscapeEntities()
8466 (IS_BYTE_CHAR(RAW))) && (ctxt->instate != XML_PARSER_EOF)) { in xmlParseStartTag()8597 if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) { in xmlParseEndTag1()9231 (IS_BYTE_CHAR(RAW))) && (ctxt->instate != XML_PARSER_EOF)) { in xmlParseStartTag2()9654 if ((!IS_BYTE_CHAR(RAW)) || (RAW != '>')) { in xmlParseEndTag2()10017 if (!IS_BYTE_CHAR(RAW)) { in xmlParseElement()