OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gyear
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
indiancal.cpp
197
int32_t leapMonth,
gyear
, m;
local
200
gyear
= year + INDIAN_ERA_START;
203
if(isGregorianLeap(
gyear
)) {
205
start = gregorianToJD(
gyear
, 3, 21);
209
start = gregorianToJD(
gyear
, 3, 22);
chnsecal.cpp
298
int32_t
gyear
= eyear + CHINESE_EPOCH_YEAR - 1; // Gregorian year
local
299
int32_t theNewYear = newYear(
gyear
);
461
* @param
gyear
a Gregorian year
465
int32_t ChineseCalendar::winterSolstice(int32_t
gyear
) const {
468
int32_t cacheValue = CalendarCache::get(&gChineseCalendarWinterSolsticeCache,
gyear
, status);
475
double ms = daysToMillis(Grego::fieldsToDay(
gyear
, UCAL_DECEMBER, 1));
488
CalendarCache::put(&gChineseCalendarWinterSolsticeCache,
gyear
, cacheValue, status);
606
* @param
gyear
the Gregorian year of the given date
612
void ChineseCalendar::computeChineseFields(int32_t days, int32_t
gyear
, int32_t gmonth,
620
int32_t solsticeAfter = winterSolstice(
gyear
);
[
all
...]
Completed in 186 milliseconds