Searched refs:yearHC (Results 1 – 3 of 3) sorted by relevance
496 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local507 if (yearHC != year) { in Test1624()508 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
499 int yearHC = hc.get (HebrewCalendar.YEAR); in Test1624() local510 if (yearHC != year) { in Test1624()511 errln (header + " ==> year:" + yearHC + " incorrecte, should be:" + year); in Test1624()
2310 int32_t yearHC = hc.get(UCAL_YEAR,status); in Test1624() local2322 if (yearHC != year) { in Test1624()2323 errln(" ==> day %d incorrect, should be: %d\n",yearHC,year); in Test1624()