Home
last modified time | relevance | path

Searched defs:monthLength (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DGregorianCalendar.java1365 int monthLength; // actual month length in roll() local
1487 int monthLength = calsys.getMonthLength(cdate); in roll() local
1501 int monthLength = actualMonthLength(); in roll() local
1765 int monthLength = gc.actualMonthLength(); in getActualMaximum() local
1834 int monthLength = cal.getMonthLength(d); in getActualMaximum() local
3248 private int monthLength(int month, int year) { in monthLength() method in GregorianCalendar
3258 private int monthLength(int month) { in monthLength() method in GregorianCalendar
DSimpleTimeZone.java1109 private final byte monthLength[] = staticMonthLength; field in SimpleTimeZone
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DGregorianCalendar.java1365 int monthLength; // actual month length in roll() local
1487 int monthLength = calsys.getMonthLength(cdate); in roll() local
1501 int monthLength = actualMonthLength(); in roll() local
1765 int monthLength = gc.actualMonthLength(); in getActualMaximum() local
1834 int monthLength = cal.getMonthLength(d); in getActualMaximum() local
3248 private int monthLength(int month, int year) { in monthLength() method in GregorianCalendar
3258 private int monthLength(int month) { in monthLength() method in GregorianCalendar
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DGregorianCalendar.java1365 int monthLength; // actual month length in roll() local
1487 int monthLength = calsys.getMonthLength(cdate); in roll() local
1501 int monthLength = actualMonthLength(); in roll() local
1765 int monthLength = gc.actualMonthLength(); in getActualMaximum() local
1834 int monthLength = cal.getMonthLength(d); in getActualMaximum() local
3248 private int monthLength(int month, int year) { in monthLength() method in GregorianCalendar
3258 private int monthLength(int month) { in monthLength() method in GregorianCalendar
H A DJapaneseImperialCalendar.java837 int monthLength; // actual month length in roll() local
957 int monthLength = jcal.getMonthLength(jdate); in roll() local
971 int monthLength = actualMonthLength(); in roll() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DIslamicCalendar.java366 public int monthLength(int year, int month); in monthLength() method
411 public int monthLength(int year, int month) { in monthLength() method in IslamicCalendar.IslamicAlgorithm
466 public int monthLength(int year, int month) { in monthLength() method in IslamicCalendar.CivilAlgorithm
548 public int monthLength(int year, int month) { in monthLength() method in IslamicCalendar.UmalquraAlgorithm
H A DSimpleTimeZone.java670 int monthLength) { in getOffset()
688 int monthLength, int prevMonthLength ){ in getOffset()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DIslamicCalendar.java340 public int monthLength(int year, int month); in monthLength() method
385 public int monthLength(int year, int month) { in monthLength() method in IslamicCalendar.IslamicAlgorithm
440 public int monthLength(int year, int month) { in monthLength() method in IslamicCalendar.CivilAlgorithm
522 public int monthLength(int year, int month) { in monthLength() method in IslamicCalendar.UmalquraAlgorithm
H A DSimpleTimeZone.java649 int monthLength) { in getOffset()
667 int monthLength, int prevMonthLength ){ in getOffset()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dgregocal.cpp597 GregorianCalendar::monthLength(int32_t month) const in monthLength() function in GregorianCalendar
606 GregorianCalendar::monthLength(int32_t month, int32_t year) const in monthLength() function in GregorianCalendar
H A Dgregoimp.h277 Grego::monthLength(int32_t year, int32_t month) { in monthLength() function
H A Dvzone.cpp127 int32_t monthLength, UErrorCode& status) { in vzone_getOffset2()
H A Dolsontz.cpp351 int32_t millis, int32_t monthLength, in getOffset()
/aosp_15_r20/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceProcessor.java1174 int monthLength = monthLength(year, month); in unsafeNormalize() local
1229 static int monthLength(int year, int month) { in monthLength() method in RecurrenceProcessor
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dgregocal.cpp610 GregorianCalendar::monthLength(int32_t month, UErrorCode& status) const in monthLength() function in GregorianCalendar
619 GregorianCalendar::monthLength(int32_t month, int32_t year) const in monthLength() function in GregorianCalendar
H A Dgregoimp.h296 Grego::monthLength(int32_t year, int32_t month) { in monthLength() function
H A Dvzone.cpp121 int32_t monthLength, UErrorCode& status) { in vzone_getOffset2()
H A Dolsontz.cpp351 int32_t millis, int32_t monthLength, in getOffset()
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/chrono/
H A DChronoPeriodImpl.java144 …long monthLength = chronology.range(ChronoField.MONTH_OF_YEAR).getMaximum() - chronology.range(Chr… in normalized() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dgregoimp.h277 Grego::monthLength(int32_t year, int32_t month) { in monthLength() function
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dgregoimp.h296 Grego::monthLength(int32_t year, int32_t month) { in monthLength() function
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DGrego.java75 public static final int monthLength(int year, int month) { in monthLength() method in Grego
H A DOlsonTimeZone.java139 … public int getOffset(int era, int year, int month,int dom, int dow, int millis, int monthLength){ in getOffset()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DGrego.java73 public static final int monthLength(int year, int month) { in monthLength() method in Grego
H A DOlsonTimeZone.java137 … public int getOffset(int era, int year, int month,int dom, int dow, int millis, int monthLength){ in getOffset()

12345