HomeSort by relevance Sort by last modified time
    Searched refs:XML_ParserCreateNS (Results 1 - 6 of 6) sorted by null

  /external/expat/tests/benchmark/
benchmark.c 74 parser = XML_ParserCreateNS(NULL, '!');
  /external/expat/lib/
expat.h 220 XML_ParserCreateNS(const XML_Char *encoding, XML_Char namespaceSeparator);
    [all...]
xmlparse.c 677 XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep)
    [all...]
  /external/expat/tests/
runtests.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 980 parser = XML_ParserCreateNS(encoding.c_str(), '|');
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 560 XML_Parser parser = XML_ParserCreateNS(NULL, 1);
    [all...]

Completed in 95 milliseconds