Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIslamicTest.java806 IslamicCalendar tstCal = new IslamicCalendar(tzSA, umalquraLoc); in TestIslamicUmAlQura() local
808 tstCal.clear(); in TestIslamicUmAlQura()
809 tstCal.setLenient(false); in TestIslamicUmAlQura()
815 setAndTestWholeYear(tstCal, startYear); in TestIslamicUmAlQura()
825 tstCal.clear(); in TestIslamicUmAlQura()
826 setAndTestCalendar( tstCal, initMonth, initDay, initYear); in TestIslamicUmAlQura()
828 day = tstCal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura()
829 month = tstCal.get(Calendar.MONTH); in TestIslamicUmAlQura()
830 year = tstCal.get(Calendar.YEAR); in TestIslamicUmAlQura()
831 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java802 IslamicCalendar tstCal = new IslamicCalendar(tzSA, umalquraLoc); in TestIslamicUmAlQura() local
804 tstCal.clear(); in TestIslamicUmAlQura()
805 tstCal.setLenient(false); in TestIslamicUmAlQura()
811 setAndTestWholeYear(tstCal, startYear); in TestIslamicUmAlQura()
821 tstCal.clear(); in TestIslamicUmAlQura()
822 setAndTestCalendar( tstCal, initMonth, initDay, initYear); in TestIslamicUmAlQura()
824 day = tstCal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura()
825 month = tstCal.get(Calendar.MONTH); in TestIslamicUmAlQura()
826 year = tstCal.get(Calendar.YEAR); in TestIslamicUmAlQura()
827 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp3244 Calendar* tstCal = Calendar::createInstance(*((const TimeZone *)tzSA), umalquraLoc, status); in TestIslamicUmAlQura() local
3247 IslamicCalendar* iCal = (IslamicCalendar*)tstCal; in TestIslamicUmAlQura()
3256 tstCal->clear(); in TestIslamicUmAlQura()
3257 tstCal->setLenient(FALSE); in TestIslamicUmAlQura()
3262 setAndTestWholeYear(tstCal, startYear, status); in TestIslamicUmAlQura()
3269 tstCal->clear(); in TestIslamicUmAlQura()
3270 setAndTestCalendar( tstCal, initMonth, initDay, initYear, status); in TestIslamicUmAlQura()
3274 day = tstCal->get(UCAL_DAY_OF_MONTH,status); in TestIslamicUmAlQura()
3275 month = tstCal->get(UCAL_MONTH,status); in TestIslamicUmAlQura()
3276 year = tstCal->get(UCAL_YEAR,status); in TestIslamicUmAlQura()
[all …]