Searched refs:gregorianShift (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dgregoimp.h247 static inline int32_t gregorianShift(int32_t eyear);
288 inline int32_t Grego::gregorianShift(int32_t eyear) { function in class:Grego
H A Dgregocal.cpp427 int32_t gregShift = Grego::gregorianShift(eyear);
509 int32_t gregShift = Grego::gregorianShift(internalGet(UCAL_EXTENDED_YEAR));
557 int32_t gregShift = Grego::gregorianShift(eyear);
724 julianDay += Grego::gregorianShift(year);

Completed in 92 milliseconds