Searched refs:PERSIAN_EPOCH (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DPersianCalendar.java94 private static final int PERSIAN_EPOCH = 1948320; field in class:PersianCalendar
375 int julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + floorDivide(8 * eyear + 21, 33);
422 long 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;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DPersianCalendar.java92 private static final int PERSIAN_EPOCH = 1948320; field in class:PersianCalendar
373 int julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + floorDivide(8 * eyear + 21, 33);
420 long daysSinceEpoch = julianDay - PERSIAN_EPOCH;

Completed in 52 milliseconds