Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtzrulets.cpp604 const int32_t TESTYEARS[][2] = { in TestOlsonTransition() local
623 for (int32_t i = 0; TESTYEARS[i][0] != 0 || TESTYEARS[i][1] != 0; i++) { in TestOlsonTransition()
624 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1); in TestOlsonTransition()
625 UDate hi = getUTCMillis(TESTYEARS[i][1], UCAL_JANUARY, 1); in TestOlsonTransition()