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.java400 int testyear = foo1.get(Calendar.YEAR); in Test4073929() local
403 if (testyear != 1997 || in Test4073929()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java403 int testyear = foo1.get(Calendar.YEAR); in Test4073929() local
406 if (testyear != 1997 || in Test4073929()
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp695 int32_t testyear = foo1->get(UCAL_YEAR, status); in test4073929() local
698 if (testyear != 1997 || in test4073929()