OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PERSIAN_EPOCH
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
persncal.cpp
63
static const int32_t
PERSIAN_EPOCH
= 1948320;
173
int32_t julianDay =
PERSIAN_EPOCH
- 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21, 33);
213
int32_t daysSinceEpoch = julianDay -
PERSIAN_EPOCH
;
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 417 milliseconds