Home
last modified time | relevance | path

Searched refs:notationDeclMethod (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp224 static jmethodID notationDeclMethod; variable
967 …env->CallVoidMethod(javaParser, notationDeclMethod, javaName.get(), javaPublicId.get(), javaSystem… in notationDecl()
1354 notationDeclMethod = env->GetMethodID(clazz, "notationDecl", in ExpatParser_staticInitialize()
1356 if (notationDeclMethod == NULL) return; in ExpatParser_staticInitialize()