textMatch 66 libcore/asobj/XML_as.cpp bool textMatch(xml_iterator& it, xml_iterator end, textMatch 473 libcore/asobj/XML_as.cpp if (textMatch(it, end, "!DOCTYPE", false)) textMatch 479 libcore/asobj/XML_as.cpp else if (textMatch(it, end, "?xml", false)) textMatch 485 libcore/asobj/XML_as.cpp else if (textMatch(it, end, "!--")) textMatch 489 libcore/asobj/XML_as.cpp else if (textMatch(it, end, "![CDATA["))