Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java393 int testyear = foo1.get(Calendar.YEAR); in Test4073929() local
396 if (testyear != 1997 || in Test4073929()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java394 int testyear = foo1.get(Calendar.YEAR); in Test4073929() local
397 if (testyear != 1997 || in Test4073929()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp689 int32_t testyear = foo1->get(UCAL_YEAR, status); in test4073929() local
692 if (testyear != 1997 || in test4073929()