Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHebrewTest.java496 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local
507 if (yearHC != year) { in Test1624()
508 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHebrewTest.java499 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local
510 if (yearHC != year) { in Test1624()
511 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp2310 int32_t yearHC = hc.get(UCAL_YEAR,status); in Test1624() local
2322 if (yearHC != year) { in Test1624()
2323 errln(" ==> day %d incorrect, should be: %d\n",yearHC,year); in Test1624()