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

/libcore/ojluni/src/main/java/sun/misc/
H A DRegexpTarget.java37 * value from found() back to its caller.
40 Object found(String remainder); method in interface:RegexpTarget
/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp350 * @returns interned Java string equivalent of s or null if not found
379 jstring found = findInternedString(bucket, s, hash); local
380 if (found) {
381 // We found it!
382 return found;
1155 * found
1165 int found = -1; local
1168 found = index;
1173 return found;
1183 * found
[all...]

Completed in 36 milliseconds