OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gregorianyear
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
indiancal.cpp
294
int32_t
gregorianYear
; // Stores gregorian date corresponding to Julian day;
297
gregorianYear
= jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day
298
IndianYear =
gregorianYear
- INDIAN_ERA_START; // Year in Saka era
299
jdAtStartOfGregYear = gregorianToJD(
gregorianYear
, 1, 1); // JD at start of Gregorian year
305
leapMonth = isGregorianLeap(
gregorianYear
- 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year
308
leapMonth = isGregorianLeap(
gregorianYear
) ? 31 : 30; // Days in leapMonth this year
/external/icu4c/test/intltest/
incaltst.cpp
150
* { era, year,
gregorianYear
, month, dayOfMonth, ... ... , -1 }
173
int32_t
gregorianYear
= data[i++];
178
grego->set(
gregorianYear
, month, dayOfMonth);
Completed in 94 milliseconds