Searched defs:found (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp346 * @returns interned Java string equivalent of s or null if not found
375 jstring found = findInternedString(bucket, s, hash); local
376 if (found) {
377 // We found it!
378 return found;
1152 * found
1162 int found = -1; local
1165 found = index;
1170 return found;
1180 * found
[all...]

Completed in 56 milliseconds