Home
last modified time | relevance | path

Searched refs:leapMonth (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIndianCalendar.java361 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields()
372 leapMonth = isGregorianLeapYear(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year in handleComputeFields()
373 yday += leapMonth + (31 * 5) + (30 * 3) + 10; in handleComputeFields()
375 leapMonth = isGregorianLeapYear(gregorianYear) ? 31 : 30; // Days in leapMonth this year in handleComputeFields()
379 if (yday < leapMonth) { in handleComputeFields()
383 mday = yday - leapMonth; in handleComputeFields()
469 int leapMonth, gyear, m; in IndianToJD()
476 leapMonth in IndianToJD()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIndianCalendar.java334 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields()
345 leapMonth = isGregorianLeap(gregorianDay[0] - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year in handleComputeFields()
346 yday += leapMonth + (31 * 5) + (30 * 3) + 10; in handleComputeFields()
348 leapMonth = isGregorianLeap(gregorianDay[0]) ? 31 : 30; // Days in leapMonth this year in handleComputeFields()
352 if (yday < leapMonth) { in handleComputeFields()
356 mday = yday - leapMonth; in handleComputeFields()
440 int leapMonth, gyear, m; in IndianToJD()
447 leapMonth in IndianToJD()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dindiancal.cpp163 int32_t leapMonth, gyear, m; in IndianToJD() local
170 leapMonth = 31; in IndianToJD()
174 leapMonth = 30; in IndianToJD()
181 jd = start + leapMonth; in IndianToJD()
259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
271 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year in handleComputeFields()
272 yday += leapMonth + (31 * 5) + (30 * 3) + 10; in handleComputeFields()
274 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth thi in handleComputeFields()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dindiancal.cpp163 int32_t leapMonth, gyear, m; in IndianToJD() local
170 leapMonth = 31; in IndianToJD()
174 leapMonth = 30; in IndianToJD()
181 jd = start + leapMonth; in IndianToJD()
259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
271 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year in handleComputeFields()
272 yday += leapMonth + (31 * 5) + (30 * 3) + 10; in handleComputeFields()
274 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth thi in handleComputeFields()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dindiancal.cpp163 int32_t leapMonth, gyear, m; in IndianToJD() local
170 leapMonth = 31; in IndianToJD()
174 leapMonth = 30; in IndianToJD()
181 jd = start + leapMonth; in IndianToJD()
259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
271 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year in handleComputeFields()
272 yday += leapMonth + (31 * 5) + (30 * 3) + 10; in handleComputeFields()
274 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth thi in handleComputeFields()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcallimts.h48 * @param leapMonth true if the calendar system has leap months
50 void doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth);
H A Dcallimts.cpp231 CalendarLimitTest::doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth) { in doTheoreticalLimitsTest() argument
251 if (!leapMonth) { in doTheoreticalLimitsTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarTestFmwk.java354 * @param leapMonth true if the calendar system has leap months
356 protected void doTheoreticalLimitsTest(Calendar cal, boolean leapMonth) { in doTheoreticalLimitsTest() argument
374 if (!leapMonth) { in doTheoreticalLimitsTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarTestFmwk.java357 * @param leapMonth true if the calendar system has leap months
359 protected void doTheoreticalLimitsTest(Calendar cal, boolean leapMonth) { in doTheoreticalLimitsTest() argument
377 if (!leapMonth) { in doTheoreticalLimitsTest()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 7 milliseconds