Searched refs:DAY_MS (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp177 #define DAY_MS U_MILLIS_PER_DAY macro
323 fTime = (double)(jdn * DAY_MS) + JULIAN_EPOCH_MS;
354 julianDay = (fTime - (double)JULIAN_EPOCH_MS) / (double)DAY_MS;
424 double base = (DAY_MS * ClockMath::floorDivide(fTime + fGmtOffset,(double)DAY_MS)) - fGmtOffset;
749 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS);
843 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
910 // double d = (double)(time - EPOCH_2000_MS) / DAY_MS;
[all...]
/external/icu4c/i18n/
H A Dastro.cpp176 #define DAY_MS U_MILLIS_PER_DAY macro
322 fTime = (double)(jdn * DAY_MS) + JULIAN_EPOCH_MS;
353 julianDay = (fTime - (double)JULIAN_EPOCH_MS) / (double)DAY_MS;
423 double base = (DAY_MS * ClockMath::floorDivide(fTime + fGmtOffset,(double)DAY_MS)) - fGmtOffset;
754 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS);
848 // long midnight = DAY_MS * (time / DAY_MS); // Find UT midnight on this day
915 // double d = (double)(time - EPOCH_2000_MS) / DAY_MS;
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dastrotst.cpp21 static const double DAY_MS = 24.*60.*60.*1000.; variable
/external/icu4c/test/intltest/
H A Dastrotst.cpp21 static const double DAY_MS = 24.*60.*60.*1000.; variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 167 milliseconds