Home
last modified time | relevance | path

Searched defs:leapMonth (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dindiancal.cpp163 int32_t leapMonth, gyear, m; in IndianToJD() local
259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
/third_party/node/deps/icu-small/source/i18n/
Dindiancal.cpp163 int32_t leapMonth, gyear, m; in IndianToJD() local
259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dindiancal.cpp163 int32_t leapMonth, gyear, m; in IndianToJD() local
259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dindiancal.cpp198 int32_t leapMonth, gyear, m; in IndianToJD() local
294 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIndianCalendar.java361 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
469 int leapMonth, gyear, m; in IndianToJD() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DIndianCalendar.java334 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
440 int leapMonth, gyear, m; in IndianToJD() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarTestFmwk.java359 protected void doTheoreticalLimitsTest(Calendar cal, boolean leapMonth) { in doTheoreticalLimitsTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java356 protected void doTheoreticalLimitsTest(Calendar cal, boolean leapMonth) { in doTheoreticalLimitsTest()
/third_party/icu/icu4c/source/test/intltest/
Dcallimts.cpp231 CalendarLimitTest::doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth) { in doTheoreticalLimitsTest()