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

  /libcore/luni/src/main/java/java/util/
Grego.java 170 public static int[] timeToFields(long time, int[] fields) {
SimpleTimeZone.java 470 int[] fields = Grego.timeToFields(time + rawOffset, null);
    [all...]
  /external/icu4c/i18n/
basictz.cpp 165 Grego::timeToFields(nextTransitionTime + initialRaw + initialDst,
192 Grego::timeToFields(tr.getTime() + tr.getFrom()->getRawOffset() + tr.getFrom()->getDSTSavings(),
223 Grego::timeToFields(tr.getTime() + tr.getFrom()->getRawOffset() + tr.getFrom()->getDSTSavings(),
480 Grego::timeToFields(tzt.getTime(), year, month, dom, dow, doy, mid);
buddhcal.cpp 104 void BuddhistCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
106 //Calendar::timeToFields(theTime, quick, status);
gregoimp.h 206 static void timeToFields(UDate time, int32_t& year, int32_t& month,
taiwncal.cpp 111 void TaiwanCalendar::timeToFields(UDate theTime, UBool quick, UErrorCode& status)
113 //Calendar::timeToFields(theTime, quick, status);
tzrule.cpp 357 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
gregoimp.cpp 134 void Grego::timeToFields(UDate time, int32_t& year, int32_t& month,
vtzone.cpp 191 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
683 Grego::timeToFields(start + fromOffset, startYear, startMonth, startDOM,
697 Grego::timeToFields(until, endYear, endMonth, endDOM, endDOW, endDOY, endMID);
    [all...]
olsontz.cpp 556 Grego::timeToFields(current, year, month, dom, dow, doy, mid);
    [all...]

Completed in 2533 milliseconds