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/icu4c/i18n/
buddhcal.cpp
31
static const int32_t
kGregorianEpoch
= 1970; // used as the default value of EXTENDED_YEAR
70
year = internalGet(UCAL_EXTENDED_YEAR,
kGregorianEpoch
);
73
year = internalGet(UCAL_YEAR,
kGregorianEpoch
- kBuddhistEraStart)
taiwncal.cpp
31
static const int32_t
kGregorianEpoch
= 1970;
68
int32_t year =
kGregorianEpoch
;
72
year = internalGet(UCAL_EXTENDED_YEAR,
kGregorianEpoch
);
japancal.cpp
286
static const int32_t
kGregorianEpoch
= 1970; // used as the default value of EXTENDED_YEAR
369
year = internalGet(UCAL_EXTENDED_YEAR,
kGregorianEpoch
);
Completed in 27 milliseconds