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

  /external/icu/icu4c/source/i18n/
gregoimp.h 260 static inline int32_t gregorianShift(int32_t eyear);
301 inline int32_t Grego::gregorianShift(int32_t eyear) {
gregocal.cpp 429 int32_t gregShift = Grego::gregorianShift(eyear);
511 int32_t gregShift = Grego::gregorianShift(internalGet(UCAL_EXTENDED_YEAR));
559 int32_t gregShift = Grego::gregorianShift(eyear);
726 julianDay += Grego::gregorianShift(year);
    [all...]

Completed in 159 milliseconds