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.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 …]
/external/icu/android_icu4j/src/main/tests/android/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 …]
/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 …]