Searched refs:PERSIAN_EPOCH (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/icu/source/i18n/
H A Dpersncal.cpp63 static const int32_t PERSIAN_EPOCH = 1948320; variable
173 int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21, 33);
213 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH;
/external/icu/icu4c/source/i18n/
H A Dpersncal.cpp63 static const int32_t PERSIAN_EPOCH = 1948320; variable
173 int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21, 33);
213 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH;

Completed in 215 milliseconds