Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHebrewTest.java495 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() local
503 if (monthHC != month) { in Test1624()
504 errln (header + " ==> month:" + monthHC + " incorrect, should be:" + month); in Test1624()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHebrewTest.java498 int monthHC = hc.get (HebrewCalendar.MONTH); in Test1624() local
506 if (monthHC != month) { in Test1624()
507 errln (header + " ==> month:" + monthHC + " incorrect, should be:" + month); in Test1624()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp2287 int32_t monthHC = hc.get(UCAL_MONTH,status); in Test1624() local
2296 if (monthHC != month) { in Test1624()
2297 errln(" ==> month %d incorrect, should be: %d\n",monthHC,month); in Test1624()