Searched defs:ClockMath (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dgregoimp.h28 class ClockMath { class
254 inline double ClockMath::floorDivide(double numerator, double denominator) {
285 return (int32_t) (kEpochStartAsJulianDay + ClockMath::floorDivide(millis, (double)kOneDay));
290 int32_t gregShift = ClockMath::floorDivide(y, 400) - ClockMath::floorDivide(y, 100) + 2;
/external/icu4c/common/unicode/
H A Durename.h1883 #define ClockMath U_ICU_ENTRY_POINT_RENAME(ClockMath) macro

Completed in 65 milliseconds