HomeSort by relevance Sort by last modified time
    Searched refs:nowCal (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 456 // TODO: Cache the nowCal to avoid heap allocs? Would be difficult, don't know the calendar type
457 Calendar *nowCal = cal.clone();
458 nowCal->setTime(Calendar::getNow(), status);
463 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status);
465 delete nowCal;
  /frameworks/base/core/java/android/text/format/
DateUtils.java 574 Calendar nowCal = new GregorianCalendar();
575 nowCal.setTimeInMillis(now);
579 if (thenCal.get(Calendar.YEAR) == nowCal.get(Calendar.YEAR)
580 && thenCal.get(Calendar.MONTH) == nowCal.get(Calendar.MONTH)
581 && thenCal.get(Calendar.DAY_OF_MONTH) == nowCal.get(Calendar.DAY_OF_MONTH)) {
    [all...]
  /external/icu4c/i18n/
reldtfmt.cpp 507 // TODO: Cache the nowCal to avoid heap allocs? Would be difficult, don't know the calendar type
508 Calendar *nowCal = cal.clone();
509 nowCal->setTime(Calendar::getNow(), status);
514 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status);
516 delete nowCal;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 42 milliseconds