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

  /external/icu4c/i18n/
reldtfmt.cpp 500 // TODO: Cache the nowCal to avoid heap allocs? Would be difficult, don't know the calendar type
501 Calendar *nowCal = cal.clone();
502 nowCal->setTime(Calendar::getNow(), status);
507 int32_t dayDiff = cal.get(UCAL_JULIAN_DAY, status) - nowCal->get(UCAL_JULIAN_DAY, status);
509 delete nowCal;
  /frameworks/base/core/java/android/text/format/
DateUtils.java 619 Calendar nowCal = new GregorianCalendar();
620 nowCal.setTimeInMillis(now);
624 if (thenCal.get(Calendar.YEAR) == nowCal.get(Calendar.YEAR)
625 && thenCal.get(Calendar.MONTH) == nowCal.get(Calendar.MONTH)
626 && thenCal.get(Calendar.DAY_OF_MONTH) == nowCal.get(Calendar.DAY_OF_MONTH)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 54 milliseconds