Searched refs:monthHC (Results 1 – 3 of 3) sorted by relevance
493 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() local501 if (monthHC != month) { in Test1624()502 errln (header + " ==> month:" + monthHC + " incorrect, should be:" + month); in Test1624()
492 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() local500 if (monthHC != month) { in Test1624()501 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()