Home
last modified time | relevance | path

Searched refs:STARTYEARS (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp639 const int32_t STARTYEARS[] = { in TestRBTZTransition() local
682 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) { in TestRBTZTransition()
683 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition()
684 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); in TestRBTZTransition()
876 const int32_t STARTYEARS[] = { in TestVTimeZoneRoundTripPartial() local
900 for (int32_t i = 0; STARTYEARS[i] != 0; i++) { in TestVTimeZoneRoundTripPartial()
902 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java349 int[] STARTYEARS = { in TestRBTZTransition() local
362 for (int j = 0; j < STARTYEARS.length; j++) { in TestRBTZTransition()
363 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1); in TestRBTZTransition()
372 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); in TestRBTZTransition()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java348 int[] STARTYEARS = { in TestRBTZTransition() local
361 for (int j = 0; j < STARTYEARS.length; j++) { in TestRBTZTransition()
362 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1); in TestRBTZTransition()
371 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); in TestRBTZTransition()