OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGregorianLeap
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
indiancal.cpp
96
static UBool
isGregorianLeap
(int32_t year)
116
if (
isGregorianLeap
(eyear + INDIAN_ERA_START) && month == 0) {
133
return
isGregorianLeap
(eyear + INDIAN_ERA_START) ? 366 : 365;
150
(
isGregorianLeap
(year) ? -1 : -2)
180
(
isGregorianLeap
(year) ? 1 : 2)
203
if(
isGregorianLeap
(gyear)) {
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/i18n/
indiancal.cpp
96
static UBool
isGregorianLeap
(int32_t year)
116
if (
isGregorianLeap
(eyear + INDIAN_ERA_START) && month == 0) {
133
return
isGregorianLeap
(eyear + INDIAN_ERA_START) ? 366 : 365;
150
(
isGregorianLeap
(year) ? -1 : -2)
180
(
isGregorianLeap
(year) ? 1 : 2)
203
if(
isGregorianLeap
(gyear)) {
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 245 milliseconds