Searched refs:setTimeInMillis (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/i18n/ |
D | gregocal.cpp | 157 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()
|
D | calendar.cpp | 782 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 …]
|
D | islamcal.cpp | 97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in IslamicCalendar() 123 setTimeInMillis(m, status); in setCivil()
|
D | buddhcal.cpp | 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in BuddhistCalendar()
|
D | taiwncal.cpp | 35 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in TaiwanCalendar()
|
D | persncal.cpp | 188 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in PersianCalendar()
|
D | japancal.cpp | 293 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in JapaneseCalendar()
|
D | indiancal.cpp | 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in IndianCalendar()
|
D | hebrwcal.cpp | 157 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in HebrewCalendar()
|
/external/icu4c/i18n/unicode/ |
D | calendar.h | 391 inline void setTime(UDate date, UErrorCode& status) { setTimeInMillis(date, status); } in setTime() 1255 void setTimeInMillis( double millis, UErrorCode& status );
|