Searched refs:setTimeInMillis (Results 1 - 24 of 24) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Dcecal.cpp52 setTimeInMillis(getNow(), success);
H A Dgregocal.cpp69 // setTimeInMillis() limits the Julian day range to +/-7F000000.
158 setTimeInMillis(getNow(), status);
169 setTimeInMillis(getNow(), status);
180 setTimeInMillis(getNow(), status);
191 setTimeInMillis(getNow(), status);
203 setTimeInMillis(getNow(), status);
215 setTimeInMillis(getNow(), status);
922 setTimeInMillis(cMonthStart + msIntoMonth, status);
1031 setTimeInMillis(cMonthStart + (newDom-1)*kOneDay, status);
H A Dbuddhcal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dtaiwncal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dislamcal.cpp97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
123 setTimeInMillis(m, status);
H A Dcalendar.cpp874 c->setTimeInMillis(getNow(), success); // let the new calendar have the current time.
1000 Calendar::setTimeInMillis( double millis, UErrorCode& status ) { function in class:Calendar
1508 setTimeInMillis(start + kOneHour * (newHour - oldHour),status);
1697 setTimeInMillis(newtime + min2, status);
1715 setTimeInMillis(newtime + min2, status);
1737 setTimeInMillis(newtime + min2, status);
1863 setTimeInMillis(getTimeInMillis(status) + delta, status);
1876 setTimeInMillis(t + dst, status);
1878 setTimeInMillis(t, status);
1903 setTimeInMillis(startM
[all...]
H A Dindiancal.cpp44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Djapancal.cpp296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dpersncal.cpp193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dhebrwcal.cpp158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dchnsecal.cpp117 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
/external/icu4c/i18n/
H A Dcecal.cpp52 setTimeInMillis(getNow(), success);
H A Dgregocal.cpp69 // setTimeInMillis() limits the Julian day range to +/-7F000000.
158 setTimeInMillis(getNow(), status);
169 setTimeInMillis(getNow(), status);
180 setTimeInMillis(getNow(), status);
191 setTimeInMillis(getNow(), status);
203 setTimeInMillis(getNow(), status);
215 setTimeInMillis(getNow(), status);
922 setTimeInMillis(cMonthStart + msIntoMonth, status);
1031 setTimeInMillis(cMonthStart + (newDom-1)*kOneDay, status);
H A Dbuddhcal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dtaiwncal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dislamcal.cpp97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
123 setTimeInMillis(m, status);
H A Dcalendar.cpp879 c->setTimeInMillis(getNow(), success); // let the new calendar have the current time.
1010 Calendar::setTimeInMillis( double millis, UErrorCode& status ) { function in class:Calendar
1526 setTimeInMillis(start + kOneHour * (newHour - oldHour),status);
1715 setTimeInMillis(newtime + min2, status);
1733 setTimeInMillis(newtime + min2, status);
1755 setTimeInMillis(newtime + min2, status);
1881 setTimeInMillis(getTimeInMillis(status) + delta, status);
1894 setTimeInMillis(t + dst, status);
1896 setTimeInMillis(t, status);
1921 setTimeInMillis(startM
[all...]
H A Dindiancal.cpp44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Djapancal.cpp296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dpersncal.cpp193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dhebrwcal.cpp158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dchnsecal.cpp117 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dcalendar.h416 inline void setTime(UDate date, UErrorCode& status) { setTimeInMillis(date, status); }
1280 void setTimeInMillis( double millis, UErrorCode& status );
1620 * computed. This occurs only in setTimeInMillis(). A calendar set
/external/icu4c/i18n/unicode/
H A Dcalendar.h422 inline void setTime(UDate date, UErrorCode& status) { setTimeInMillis(date, status); }
1339 void setTimeInMillis( double millis, UErrorCode& status );
1679 * computed. This occurs only in setTimeInMillis(). A calendar set

Completed in 118 milliseconds