Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
DICUZDump.java47 private int loyear = 1900; field in ICUZDump
56 public void setLowYear(int loyear) { in setLowYear() argument
57 this.loyear = loyear; in setLowYear()
133 cutovers[0] = tz.getTime(loyear, 0, 1, 0, 0, 0); in getCutOverTimes()
/external/icu/icu4c/source/tools/tzcode/
Dicuzdump.cpp98 loyear = 1902; in ICUZDump()
108 loyear = lo; in setLowYear()
197 gcal->set(loyear, 0, 1, 0, 0, 0); in getCutOverTimes()
204 int32_t loyear; member in ICUZDump
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java1684 int loyear, hiyear; in getTestTimeRange() local
1686 loyear = TESTYEARS[idx][0]; in getTestTimeRange()
1689 loyear = 1850; in getTestTimeRange()
1696 times[0] = getUTCMillis(loyear, Calendar.JANUARY, 1); in getTestTimeRange()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1681 int loyear, hiyear; in getTestTimeRange() local
1683 loyear = TESTYEARS[idx][0]; in getTestTimeRange()
1686 loyear = 1850; in getTestTimeRange()
1693 times[0] = getUTCMillis(loyear, Calendar.JANUARY, 1); in getTestTimeRange()