Searched defs:STARTYEARS (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp637 const int32_t STARTYEARS[] = { local
680 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) {
681 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1);
682 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1);
874 const int32_t STARTYEARS[] = { local
898 for (int32_t i = 0; STARTYEARS[i] != 0; i++) {
900 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1);

Completed in 147 milliseconds