OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DAY_MS
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp
21
static const double
DAY_MS
= 24.*60.*60.*1000.;
/external/icu4c/test/intltest/
astrotst.cpp
21
static const double
DAY_MS
= 24.*60.*60.*1000.;
/external/chromium_org/third_party/icu/source/i18n/
astro.cpp
177
#define
DAY_MS
U_MILLIS_PER_DAY
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/
astro.cpp
176
#define
DAY_MS
U_MILLIS_PER_DAY
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
...]
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 154 milliseconds