HomeSort by relevance Sort by last modified time
    Searched defs:toCalendar (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/intltest/
dadrcal.cpp 99 Calendar *toCalendar= NULL;
235 toCalendar = fromCalendar->clone();
241 toCalendar->roll((UCalendarDateFields)q,
244 toCalendar->add((UCalendarDateFields)q,
263 if(!(toCalendar->getTime(status)==toDate) || U_FAILURE(status)){
270 } else if (!toSet.matches(toCalendar, diffSet, status)) {
283 delete toCalendar;
289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) {
292 : "reverse")+" "+fromCalendar->getType()+"->"+toCalendar->getType();
340 toCalendar->clear()
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 606 UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
616 toCalendar = ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode);
617 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
733 ures_close(toCalendar);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]

Completed in 130 milliseconds