Home
last modified time | relevance | path

Searched refs:PERSIAN_EPOCH (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DPersianCalendar.java94 private static final int PERSIAN_EPOCH = 1948320; field in PersianCalendar
375 int julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + floorDivide(8 * eyear + 21, 33); in handleComputeMonthStart()
422 long daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DPersianCalendar.java96 private static final int PERSIAN_EPOCH = 1948320; field in PersianCalendar
377 int julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + floorDivide(8 * eyear + 21, 33); in handleComputeMonthStart()
424 long daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
/third_party/icu/icu4c/source/i18n/
Dpersncal.cpp65 static const int32_t PERSIAN_EPOCH = 1948320; variable
175 …int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21,… in handleComputeMonthStart()
215 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
/third_party/skia/third_party/externals/icu/source/i18n/
Dpersncal.cpp65 static const int32_t PERSIAN_EPOCH = 1948320; variable
175 …int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21,… in handleComputeMonthStart()
215 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
/third_party/node/deps/icu-small/source/i18n/
Dpersncal.cpp65 static const int32_t PERSIAN_EPOCH = 1948320; variable
175 …int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21,… in handleComputeMonthStart()
215 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dpersncal.cpp65 static const int32_t PERSIAN_EPOCH = 1948320; variable
175 …int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21,… in handleComputeMonthStart()
215 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()