Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHebrewTest.java494 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local
505 if (yearHC != year) { in Test1624()
506 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHebrewTest.java493 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local
504 if (yearHC != year) { in Test1624()
505 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp2288 int32_t yearHC = hc.get(UCAL_YEAR,status); in Test1624() local
2300 if (yearHC != year) { in Test1624()
2301 errln(" ==> day %d incorrect, should be: %d\n",yearHC,year); in Test1624()