/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
D | IslamicCalendar.java | 358 public long monthStart(int year, int month); in monthStart() method 406 public long monthStart(int year, int month) { in monthStart() method in IslamicCalendar.IslamicAlgorithm 425 long monthStart = (long)Math.floor(month * CalendarAstronomer.SYNODIC_MONTH - 1); in compute() local 461 public long monthStart(int year, int month) { in monthStart() method in IslamicCalendar.CivilAlgorithm 534 public long monthStart(int year, int month) { in monthStart() method in IslamicCalendar.UmalquraAlgorithm 583 long monthStart; in compute() local
|
D | HebrewCalendar.java | 830 int monthStart[][] = isLeap ? LEAP_MONTH_START : MONTH_START; in handleComputeFields() local
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | IslamicCalendar.java | 332 public long monthStart(int year, int month); in monthStart() method 380 public long monthStart(int year, int month) { in monthStart() method in IslamicCalendar.IslamicAlgorithm 399 long monthStart = (long)Math.floor(month * CalendarAstronomer.SYNODIC_MONTH - 1); in compute() local 435 public long monthStart(int year, int month) { in monthStart() method in IslamicCalendar.CivilAlgorithm 508 public long monthStart(int year, int month) { in monthStart() method in IslamicCalendar.UmalquraAlgorithm 557 long monthStart; in compute() local
|
D | HebrewCalendar.java | 804 int monthStart[][] = isLeap ? LEAP_MONTH_START : MONTH_START; in handleComputeFields() local
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | islamcal.cpp | 334 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar 701 int32_t IslamicCivilCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCivilCalendar 843 int32_t IslamicUmalquraCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicUmalquraCalendar
|
D | persncal.cpp | 133 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | islamcal.cpp | 334 int32_t IslamicCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCalendar 701 int32_t IslamicCivilCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicCivilCalendar 843 int32_t IslamicUmalquraCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in IslamicUmalquraCalendar
|
D | persncal.cpp | 133 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
|
/external/icu/icu4c/source/i18n/ |
D | islamcal.cpp | 325 int64_t IslamicCalendar::monthStart(int32_t year, int32_t month, UErrorCode& status) const { in monthStart() function in IslamicCalendar 681 int64_t IslamicCivilCalendar::monthStart(int32_t year, int32_t month, UErrorCode& /*status*/) const… in monthStart() function in IslamicCivilCalendar 839 int64_t IslamicUmalquraCalendar::monthStart(int32_t year, int32_t month, UErrorCode& status) const { in monthStart() function in IslamicUmalquraCalendar
|
D | persncal.cpp | 133 int32_t PersianCalendar::monthStart(int32_t year, int32_t month, UErrorCode& status) const { in monthStart() function in PersianCalendar
|
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1137 int monthStart = handleComputeMonthStart(2016, 4, false); in TestCoverage() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1140 int monthStart = handleComputeMonthStart(2016, 4, false); in TestCoverage() local
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 5846 constexpr int64_t monthStart = 2453764; in TestChineseCalendarComputeMonthStart() local
|