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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcherTest.java698 String input, boolean hit) {
708 assertTrue(testNo, h == hit);
697 hitEndTest(boolean callFind, String testNo, String regex, String input, boolean hit) argument
/libcore/ojluni/src/main/java/sun/util/calendar/
H A DBaseCalendar.java164 // improvement with >90% cache hit. The initial values are for Gregorian.
169 protected final boolean hit(int year) { method in class:BaseCalendar.Date
173 protected final boolean hit(long fixedDate) { method in class:BaseCalendar.Date
368 if (cache != null && cache.hit(year)) {
425 if (gdate.hit(fixedDate)) {

Completed in 576 milliseconds