OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gregorianShift
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
gregoimp.h
247
static inline int32_t
gregorianShift
(int32_t eyear);
288
inline int32_t Grego::
gregorianShift
(int32_t eyear) {
gregocal.cpp
427
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);
[
all
...]
Completed in 77 milliseconds