OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recentlimit
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneAliasTest.java
165
static private final long
recentLimit
= getDate((currentYear-1),6,1).getTime();
274
if (lastInflection >=
recentLimit
) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java
161
static private final long
recentLimit
= getDate((currentYear-1),6,1).getTime();
270
if (lastInflection >=
recentLimit
) {
Completed in 3795 milliseconds