OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGregorianEpoch
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
buddhcal.cpp
33
static const int32_t
kGregorianEpoch
= 1970; // used as the default value of EXTENDED_YEAR
72
year = internalGet(UCAL_EXTENDED_YEAR,
kGregorianEpoch
);
75
year = internalGet(UCAL_YEAR,
kGregorianEpoch
- kBuddhistEraStart)
taiwncal.cpp
33
static const int32_t
kGregorianEpoch
= 1970;
70
int32_t year =
kGregorianEpoch
;
74
year = internalGet(UCAL_EXTENDED_YEAR,
kGregorianEpoch
);
japancal.cpp
61
static const int32_t
kGregorianEpoch
= 1970; // used as the default value of EXTENDED_YEAR
195
year = internalGet(UCAL_EXTENDED_YEAR,
kGregorianEpoch
);
Completed in 133 milliseconds