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

  /packages/apps/UnifiedEmail/src/com/android/mail/
FormattedDateBuilder.java 117 final Calendar nowCal = Calendar.getInstance();
120 return (nowCal.get(Calendar.YEAR) == whenCal.get(Calendar.YEAR));
  /frameworks/base/core/java/android/text/format/
DateUtils.java 573 Calendar nowCal = new GregorianCalendar();
574 nowCal.setTimeInMillis(now);
578 if (thenCal.get(Calendar.YEAR) == nowCal.get(Calendar.YEAR)
579 && thenCal.get(Calendar.MONTH) == nowCal.get(Calendar.MONTH)
580 && thenCal.get(Calendar.DAY_OF_MONTH) == nowCal.get(Calendar.DAY_OF_MONTH)) {
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
reldtfmt.cpp 601 // TODO: Cache the nowCal to avoid heap allocs? Would be difficult, don't know the calendar type
602 Calendar *nowCal = cal.clone();
603 nowCal->setTime(Calendar::getNow(), status);
608 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status);
610 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 761 milliseconds