Searched refs:useMonth (Results 1 - 23 of 23) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java211 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { argument
212 return super.handleComputeMonthStart(eyear, month, useMonth);
H A DCECalendar.java178 boolean useMonth) {
176 handleComputeMonthStart(int eyear, int emonth, boolean useMonth) argument
H A DPersianCalendar.java364 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { argument
H A DChineseCalendar.java972 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { argument
992 // Ignore IS_LEAP_MONTH field if useMonth is false
993 int isLeapMonth = useMonth ? saveIsLeapMonth : 0;
H A DHebrewCalendar.java846 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { argument
H A DIndianCalendar.java440 protected int handleComputeMonthStart(int year, int month, boolean useMonth) { argument
H A DGregorianCalendar.java851 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { argument
H A DCalendar.java5720 * @param month the zero-based month, or 0 if useMonth is false
5721 * @param useMonth if false, compute the day before the first day of
5729 boolean useMonth);
5819 boolean useMonth = (bestField == DAY_OF_MONTH ||
5837 int month = useMonth ? internalGet(MONTH, getDefaultMonthInYear(year)) : 0;
5840 // If useMonth is true, get the day before the start of the month.
5841 int julianDay = handleComputeMonthStart(year, month, useMonth);
5728 handleComputeMonthStart(int eyear, int month, boolean useMonth) argument
H A DIslamicCalendar.java789 // If useMonth is true, get the day before the start of the month.
794 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { argument
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.h163 * @param month the zero-based month, or 0 if useMonth is false
164 * @param useMonth if false, compute the day before the first day of
172 UBool useMonth) const;
H A Dcecal.h69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dbuddhcal.cpp81 UBool useMonth) const
83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
H A Dindiancal.h226 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dpersncal.h220 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dhebrwcal.h353 * @param month the zero-based month, or 0 if useMonth is false
354 * @param useMonth if false, compute the day before the first day of
362 UBool useMonth) const;
H A Dislamcal.h318 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dchnsecal.h165 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dchnsecal.cpp321 int32_t ChineseCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const {
343 // Ignore IS_LEAP_MONTH field if useMonth is false
344 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0;
H A Dcalendar.cpp3210 UBool useMonth = (bestField == UCAL_DAY_OF_MONTH ||
3228 // If useMonth is true, get the day before the start of the month.
3239 int32_t julianDay = handleComputeMonthStart(year, useMonth ? month : 0, useMonth);
3262 // or Gregorian). (or it is before the month we are in, if useMonth is True)
3456 // or Gregorian). (or it is before the month we are in, if useMonth is True)
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h500 * @param month the zero-based month, or 0 if useMonth is false
501 * @param useMonth if false, compute the day before the first day of
509 UBool useMonth) const;
H A Dcalendar.h1656 * @param month the zero-based month, or 0 if useMonth is false
1657 * @param useMonth if false, compute the day before the first day of
1665 UBool useMonth) const = 0;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java940 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) {return 0;}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1805 milliseconds