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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp639 const int32_t STARTYEARS[] = { local
682 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) {
683 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1);
684 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1);
876 const int32_t STARTYEARS[] = { local
900 for (int32_t i = 0; STARTYEARS[i] != 0; i++) {
902 UDate startTime = getUTCMillis(STARTYEARS[i], UCAL_JANUARY, 1);
/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 227 milliseconds