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

  /external/expat/lib/
xmlparse.c 391 /* do not call if parentParser != NULL */
660 #define parentParser (parser->m_parentParser)
902 parentParser = NULL;
929 if (parentParser)
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 843 * @param parentParser pointer
848 static jlong ExpatParser_createEntityParser(JNIEnv* env, jobject, jlong parentParser, jstring javaContext) {
854 XML_Parser parent = toXMLParser(parentParser);
    [all...]

Completed in 47 milliseconds