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

  /external/icu4c/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     [all...]

Completed in 8390 milliseconds