Home
last modified time | relevance | path

Searched defs:monthStart (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DIslamicCalendar.java358 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
DHebrewCalendar.java830 int monthStart[][] = isLeap ? LEAP_MONTH_START : MONTH_START; in handleComputeFields() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIslamicCalendar.java332 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
DHebrewCalendar.java804 int monthStart[][] = isLeap ? LEAP_MONTH_START : MONTH_START; in handleComputeFields() local
/external/cronet/tot/third_party/icu/source/i18n/
Dislamcal.cpp334 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
Dpersncal.cpp133 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
/external/cronet/stable/third_party/icu/source/i18n/
Dislamcal.cpp334 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
Dpersncal.cpp133 int32_t PersianCalendar::monthStart(int32_t year, int32_t month) const { in monthStart() function in PersianCalendar
/external/icu/icu4c/source/i18n/
Dislamcal.cpp325 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
Dpersncal.cpp133 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/
DIBMCalendarTest.java1137 int monthStart = handleComputeMonthStart(2016, 4, false); in TestCoverage() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1140 int monthStart = handleComputeMonthStart(2016, 4, false); in TestCoverage() local
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp5846 constexpr int64_t monthStart = 2453764; in TestChineseCalendarComputeMonthStart() local