Searched refs:yearHC (Results 1 – 3 of 3) sorted by relevance
494 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local505 if (yearHC != year) { in Test1624()506 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
493 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local504 if (yearHC != year) { in Test1624()505 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
2288 int32_t yearHC = hc.get(UCAL_YEAR,status); in Test1624() local2300 if (yearHC != year) { in Test1624()2301 errln(" ==> day %d incorrect, should be: %d\n",yearHC,year); in Test1624()