Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DIslamicTest.java817 IslamicCalendar tstCal = new IslamicCalendar(tzSA, umalquraLoc); in TestIslamicUmAlQura() local
819 tstCal.clear(); in TestIslamicUmAlQura()
820 tstCal.setLenient(false); in TestIslamicUmAlQura()
826 setAndTestWholeYear(tstCal, startYear); in TestIslamicUmAlQura()
836 tstCal.clear(); in TestIslamicUmAlQura()
837 setAndTestCalendar( tstCal, initMonth, initDay, initYear); in TestIslamicUmAlQura()
839 day = tstCal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura()
840 month = tstCal.get(Calendar.MONTH); in TestIslamicUmAlQura()
841 year = tstCal.get(Calendar.YEAR); in TestIslamicUmAlQura()
842 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java814 IslamicCalendar tstCal = new IslamicCalendar(tzSA, umalquraLoc); in TestIslamicUmAlQura() local
816 tstCal.clear(); in TestIslamicUmAlQura()
817 tstCal.setLenient(false); in TestIslamicUmAlQura()
823 setAndTestWholeYear(tstCal, startYear); in TestIslamicUmAlQura()
833 tstCal.clear(); in TestIslamicUmAlQura()
834 setAndTestCalendar( tstCal, initMonth, initDay, initYear); in TestIslamicUmAlQura()
836 day = tstCal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura()
837 month = tstCal.get(Calendar.MONTH); in TestIslamicUmAlQura()
838 year = tstCal.get(Calendar.YEAR); in TestIslamicUmAlQura()
839 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dcaltest.cpp3320 Calendar* tstCal = Calendar::createInstance(*((const TimeZone *)tzSA), umalquraLoc, status); in TestIslamicUmAlQura() local
3323 IslamicCalendar* iCal = (IslamicCalendar*)tstCal; in TestIslamicUmAlQura()
3332 tstCal->clear(); in TestIslamicUmAlQura()
3333 tstCal->setLenient(false); in TestIslamicUmAlQura()
3338 setAndTestWholeYear(tstCal, startYear, status); in TestIslamicUmAlQura()
3345 tstCal->clear(); in TestIslamicUmAlQura()
3346 setAndTestCalendar( tstCal, initMonth, initDay, initYear, status); in TestIslamicUmAlQura()
3350 day = tstCal->get(UCAL_DAY_OF_MONTH,status); in TestIslamicUmAlQura()
3351 month = tstCal->get(UCAL_MONTH,status); in TestIslamicUmAlQura()
3352 year = tstCal->get(UCAL_YEAR,status); in TestIslamicUmAlQura()
[all …]