Home | History | Annotate | Download | only in intltest

Lines Matching refs:TESTYEARS

603     const int32_t TESTYEARS[][2] = {
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);