Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzrulets.cpp640 const int32_t STARTYEARS[] = { in TestRBTZTransition() local
683 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) { in TestRBTZTransition()
684 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition()
685 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); in TestRBTZTransition()
877 const int32_t STARTYEARS[] = { in TestVTimeZoneRoundTripPartial() local
901 for (int32_t i = 0; STARTYEARS[i] != 0; i++) { in TestVTimeZoneRoundTripPartial()
903 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java351 int[] STARTYEARS = { in TestRBTZTransition() local
364 for (int j = 0; j < STARTYEARS.length; j++) { in TestRBTZTransition()
365 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1); in TestRBTZTransition()
374 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); in TestRBTZTransition()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java354 int[] STARTYEARS = { in TestRBTZTransition() local
367 for (int j = 0; j < STARTYEARS.length; j++) { in TestRBTZTransition()
368 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1); in TestRBTZTransition()
377 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); in TestRBTZTransition()