Searched refs:STARTYEARS (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 636 const int32_t STARTYEARS[] = { in TestRBTZTransition() local 679 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) { in TestRBTZTransition() 680 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition() 681 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1); in TestRBTZTransition() 873 const int32_t STARTYEARS[] = { in TestVTimeZoneRoundTripPartial() local 897 for (int32_t i = 0; STARTYEARS[i] != 0; i++) { in TestVTimeZoneRoundTripPartial() 899 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1); in TestVTimeZoneRoundTripPartial()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 354 int[] STARTYEARS = { in TestRBTZTransition() 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()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 352 int[] STARTYEARS = { in TestRBTZTransition() 365 for (int j = 0; j < STARTYEARS.length; j++) { in TestRBTZTransition() 366 long startTime = getUTCMillis(STARTYEARS[j], Calendar.JANUARY, 1); in TestRBTZTransition() 375 long until = getUTCMillis(STARTYEARS[j] + 20, Calendar.JANUARY, 1); in TestRBTZTransition()
|
Completed in 8 milliseconds