Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp354 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString() function
381 jstring found = findInternedString(bucket, s, hash); in internString()