Searched refs:tstCal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp2773 Calendar* tstCal = Calendar::createInstance(islamicLoc, status); local
2775 IslamicCalendar* iCal = (IslamicCalendar*)tstCal;
2785 tstCal->clear();
2786 tstCal->setLenient(FALSE);
2791 setAndTestWholeYear(tstCal, startYear, status);
2798 tstCal->clear();
2799 setAndTestCalendar( tstCal, initMonth, initDay, initYear, status);
2803 day = tstCal->get(UCAL_DAY_OF_MONTH,status);
2804 month = tstCal->get(UCAL_MONTH,status);
2805 year = tstCal
2864 Calendar* tstCal = Calendar::createInstance(islamicLoc, status); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp2810 Calendar* tstCal = Calendar::createInstance(islamicLoc, status); local
2812 IslamicCalendar* iCal = (IslamicCalendar*)tstCal;
2822 tstCal->clear();
2823 tstCal->setLenient(FALSE);
2828 setAndTestWholeYear(tstCal, startYear, status);
2835 tstCal->clear();
2836 setAndTestCalendar( tstCal, initMonth, initDay, initYear, status);
2840 day = tstCal->get(UCAL_DAY_OF_MONTH,status);
2841 month = tstCal->get(UCAL_MONTH,status);
2842 year = tstCal
2901 Calendar* tstCal = Calendar::createInstance(islamicLoc, status); local
[all...]

Completed in 882 milliseconds