Searched defs:kGregorianEpoch (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp33 static const int32_t kGregorianEpoch = 1970; // used as the default value of EXTENDED_YEAR variable
72 year = internalGet(UCAL_EXTENDED_YEAR, kGregorianEpoch);
75 year = internalGet(UCAL_YEAR, kGregorianEpoch - kBuddhistEraStart)
H A Dtaiwncal.cpp33 static const int32_t kGregorianEpoch = 1970; variable
70 int32_t year = kGregorianEpoch;
74 year = internalGet(UCAL_EXTENDED_YEAR, kGregorianEpoch);
H A Djapancal.cpp289 static const int32_t kGregorianEpoch = 1970; // used as the default value of EXTENDED_YEAR variable
372 year = internalGet(UCAL_EXTENDED_YEAR, kGregorianEpoch);

Completed in 78 milliseconds