Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp223 static jmethodID internMethod; variable
290 reinterpret_cast<jstring>(env->CallObjectMethod(newString.get(), internMethod))); in newInternedString()
1362internMethod = env->GetMethodID(JniConstants::GetStringClass(env), "intern", "()Ljava/lang/String;… in ExpatParser_staticInitialize()
1363 if (internMethod == NULL) return; in ExpatParser_staticInitialize()