Searched refs:monthHC (Results 1 – 3 of 3) sorted by relevance
495 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() local503 if (monthHC != month) { in Test1624()504 errln (header + " ==> month:" + monthHC + " incorrect, should be:" + month); in Test1624()
498 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() local506 if (monthHC != month) { in Test1624()507 errln (header + " ==> month:" + monthHC + " incorrect, should be:" + month); in Test1624()
2287 int32_t monthHC = hc.get(UCAL_MONTH,status); in Test1624() local2296 if (monthHC != month) { in Test1624()2297 errln(" ==> month %d incorrect, should be: %d\n",monthHC,month); in Test1624()