Searched defs:isFinal (Results 1 – 2 of 2) sorted by relevance
1155 #define isFinal(c) ((c) >= 0x40 && (c) <= 0x7e) macro
1828 XML_Parse(XML_Parser parser, const char *s, int len, int isFinal) { in XML_Parse()1982 XML_ParseBuffer(XML_Parser parser, int len, int isFinal) { in XML_ParseBuffer()