Searched refs:TESTYEARS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp605 const int32_t TESTYEARS[][2] = { local
624 for (int32_t i = 0; TESTYEARS[i][0] != 0 || TESTYEARS[i][1] != 0; i++) {
625 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1);
626 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1);
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp603 const int32_t TESTYEARS[][2] = { local
622 for (int32_t i = 0; TESTYEARS[i][0] != 0 || TESTYEARS[i][1] != 0; i++) {
623 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1);
624 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1);

Completed in 193 milliseconds