Searched refs:STARTYEARS (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 637 const int32_t STARTYEARS[] = { in TestRBTZTransition() local 680 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) { in TestRBTZTransition() 681 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition() 682 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); in TestRBTZTransition() 874 const int32_t STARTYEARS[] = { in TestVTimeZoneRoundTripPartial() local 898 for (int32_t i = 0; STARTYEARS[i] != 0; i++) { in TestVTimeZoneRoundTripPartial() 900 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 348 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()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneRuleTest.java | 344 int[] STARTYEARS = { in TestRBTZTransition() local 357 for (int j = 0; j < STARTYEARS.length; j++) { in TestRBTZTransition() 358 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1); in TestRBTZTransition() 367 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); in TestRBTZTransition()
|