Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHebrewTest.java481 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local
492 if (yearHC != year) { in Test1624()
493 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp2279 int32_t yearHC = hc.get(UCAL_YEAR,status); in Test1624() local
2291 if (yearHC != year) { in Test1624()
2292 errln(" ==> day %d incorrect, should be: %d\n",yearHC,year); in Test1624()