HomeSort by relevance Sort by last modified time
    Searched defs:PERSIAN_EPOCH (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/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 808 milliseconds