HomeSort by relevance Sort by last modified time
    Searched refs:nowCal (Results 1 - 7 of 7) 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));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 297 Calendar nowCal = (Calendar)until.clone();
299 nowCal.clear();
300 nowCal.setTime(nowDate);
301 int dayDiff = until.get(Calendar.JULIAN_DAY) - nowCal.get(Calendar.JULIAN_DAY);
  /frameworks/base/core/java/android/text/format/
DateUtils.java 449 Calendar nowCal = new GregorianCalendar();
450 nowCal.setTimeInMillis(now);
454 if (thenCal.get(Calendar.YEAR) == nowCal.get(Calendar.YEAR)
455 && thenCal.get(Calendar.MONTH) == nowCal.get(Calendar.MONTH)
456 && thenCal.get(Calendar.DAY_OF_MONTH) == nowCal.get(Calendar.DAY_OF_MONTH)) {
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1227 milliseconds