/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | IndianCalendar.java | 361 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 D | IndianCalendar.java | 334 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 D | indiancal.cpp | 163 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 D | indiancal.cpp | 163 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 D | indiancal.cpp | 163 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 D | callimts.h | 48 * @param leapMonth true if the calendar system has leap months 50 void doTheoreticalLimitsTest(Calendar& cal, UBool leapMonth);
|
H A D | callimts.cpp | 231 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 D | CalendarTestFmwk.java | 354 * @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 D | CalendarTestFmwk.java | 357 * @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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |