Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIslamicTest.java811 IslamicCalendar tstCal = new IslamicCalendar(tzSA, umalquraLoc); in TestIslamicUmAlQura() local
813 tstCal.clear(); in TestIslamicUmAlQura()
814 tstCal.setLenient(false); in TestIslamicUmAlQura()
820 setAndTestWholeYear(tstCal, startYear); in TestIslamicUmAlQura()
830 tstCal.clear(); in TestIslamicUmAlQura()
831 setAndTestCalendar( tstCal, initMonth, initDay, initYear); in TestIslamicUmAlQura()
833 day = tstCal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura()
834 month = tstCal.get(Calendar.MONTH); in TestIslamicUmAlQura()
835 year = tstCal.get(Calendar.YEAR); in TestIslamicUmAlQura()
836 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIslamicTest.java812 IslamicCalendar tstCal = new IslamicCalendar(tzSA, umalquraLoc); in TestIslamicUmAlQura() local
814 tstCal.clear(); in TestIslamicUmAlQura()
815 tstCal.setLenient(false); in TestIslamicUmAlQura()
821 setAndTestWholeYear(tstCal, startYear); in TestIslamicUmAlQura()
831 tstCal.clear(); in TestIslamicUmAlQura()
832 setAndTestCalendar( tstCal, initMonth, initDay, initYear); in TestIslamicUmAlQura()
834 day = tstCal.get(Calendar.DAY_OF_MONTH); in TestIslamicUmAlQura()
835 month = tstCal.get(Calendar.MONTH); in TestIslamicUmAlQura()
836 year = tstCal.get(Calendar.YEAR); in TestIslamicUmAlQura()
837 tstCal.roll(Calendar.DAY_OF_MONTH, true); in TestIslamicUmAlQura()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp3253 Calendar* tstCal = Calendar::createInstance(*((const TimeZone *)tzSA), umalquraLoc, status); in TestIslamicUmAlQura() local
3256 IslamicCalendar* iCal = (IslamicCalendar*)tstCal; in TestIslamicUmAlQura()
3265 tstCal->clear(); in TestIslamicUmAlQura()
3266 tstCal->setLenient(FALSE); in TestIslamicUmAlQura()
3271 setAndTestWholeYear(tstCal, startYear, status); in TestIslamicUmAlQura()
3278 tstCal->clear(); in TestIslamicUmAlQura()
3279 setAndTestCalendar( tstCal, initMonth, initDay, initYear, status); in TestIslamicUmAlQura()
3283 day = tstCal->get(UCAL_DAY_OF_MONTH,status); in TestIslamicUmAlQura()
3284 month = tstCal->get(UCAL_MONTH,status); in TestIslamicUmAlQura()
3285 year = tstCal->get(UCAL_YEAR,status); in TestIslamicUmAlQura()
[all …]