Searched refs:loyear (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
D | ICUZDump.java | 47 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/ |
D | icuzdump.cpp | 97 loyear = 1902; in ICUZDump() 107 loyear = lo; in setLowYear() 196 gcal->set(loyear, 0, 1, 0, 0, 0); in getCutOverTimes() 203 int32_t loyear; member in ICUZDump
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1678 int loyear, hiyear; in getTestTimeRange() local 1680 loyear = TESTYEARS[idx][0]; in getTestTimeRange() 1683 loyear = 1850; in getTestTimeRange() 1690 times[0] = getUTCMillis(loyear, Calendar.JANUARY, 1); in getTestTimeRange()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 1679 int loyear, hiyear; in getTestTimeRange() local 1681 loyear = TESTYEARS[idx][0]; in getTestTimeRange() 1684 loyear = 1850; in getTestTimeRange() 1691 times[0] = getUTCMillis(loyear, Calendar.JANUARY, 1); in getTestTimeRange()
|