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

  /external/icu4c/test/intltest/
dadrcal.cpp 100 Calendar *fromCalendar= NULL;
118 fromCalendar = Calendar::createInstance(toCalLoc, status);
205 fromCalendar->setTime(fromDate, status);
212 fromSet.setOnCalendar(fromCalendar, status);
222 if (!fromSet.matches(fromCalendar, diffSet, status)) {
235 toCalendar = fromCalendar->clone();
282 delete fromCalendar;
288 const CalendarFieldsSet &fromSet, Calendar *fromCalendar,
292 : "reverse")+" "+fromCalendar->getType()+"->"+toCalendar->getType();
294 fromCalendar->clear()
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 606 UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
612 fromCalendar = ures_getByKey(fromLocaleBund, "calendar", NULL, &errorCode);
613 fromGregorian = ures_getByKeyWithFallback(fromCalendar, "gregorian", NULL, &errorCode);
732 ures_close(fromCalendar);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]

Completed in 72 milliseconds