HomeSort by relevance Sort by last modified time
    Searched defs:toCalendar (Results 1 - 4 of 4) 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 610 UResourceBundle *toCalendar, *fromCalendar, *toGregorian, *fromGregorian;
619 toCalendar = ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode);
620 toGregorian = ures_getByKeyWithFallback(toCalendar, "gregorian", NULL, &errorCode);
662 ures_close(toCalendar);
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 700 milliseconds