Home
last modified time | relevance | path

Searched refs:setTimeInMillis (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/i18n/
Dgregocal.cpp157 setTimeInMillis(getNow(), status); in GregorianCalendar()
168 setTimeInMillis(getNow(), status); in GregorianCalendar()
179 setTimeInMillis(getNow(), status); in GregorianCalendar()
190 setTimeInMillis(getNow(), status); in GregorianCalendar()
202 setTimeInMillis(getNow(), status); in GregorianCalendar()
214 setTimeInMillis(getNow(), status); in GregorianCalendar()
921 setTimeInMillis(cMonthStart + msIntoMonth, status); in roll()
1030 setTimeInMillis(cMonthStart + (newDom-1)*kOneDay, status); in roll()
Dcalendar.cpp782 c->setTimeInMillis(getNow(), success); // let the new calendar have the current time. in createInstance()
893 Calendar::setTimeInMillis( double millis, UErrorCode& status ) { in setTimeInMillis() function in Calendar
1405 setTimeInMillis(start + kOneHour * (newHour - oldHour),status); in roll()
1594 setTimeInMillis(newtime + min2, status); in roll()
1612 setTimeInMillis(newtime + min2, status); in roll()
1634 setTimeInMillis(newtime + min2, status); in roll()
1760 setTimeInMillis(getTimeInMillis(status) + delta, status); in add()
1773 setTimeInMillis(t + dst, status); in add()
1775 setTimeInMillis(t, status); in add()
1800 setTimeInMillis(startMs, ec); in fieldDifference()
[all …]
Dislamcal.cpp97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in IslamicCalendar()
123 setTimeInMillis(m, status); in setCivil()
Dbuddhcal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in BuddhistCalendar()
Dtaiwncal.cpp35 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in TaiwanCalendar()
Dpersncal.cpp188 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in PersianCalendar()
Djapancal.cpp293 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in JapaneseCalendar()
Dindiancal.cpp44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in IndianCalendar()
Dhebrwcal.cpp157 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in HebrewCalendar()
/external/icu4c/i18n/unicode/
Dcalendar.h391 inline void setTime(UDate date, UErrorCode& status) { setTimeInMillis(date, status); } in setTime()
1255 void setTimeInMillis( double millis, UErrorCode& status );