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

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dcecal.h69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
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 Dindiancal.h226 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 Dislamcal.h317 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 Dchnsecal.h143 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 Dpersncal.cpp315 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const {
322 return jalali_to_julian(eyear,(useMonth?month+1:1),1)-1+1947955;
H A Dchnsecal.cpp286 int32_t ChineseCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const {
308 // Ignore IS_LEAP_MONTH field if useMonth is false
309 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0;
H A Dcalendar.cpp2679 UBool useMonth = (bestField == UCAL_DAY_OF_MONTH || local
2697 // If useMonth is true, get the day before the start of the month.
2708 int32_t julianDay = handleComputeMonthStart(year, useMonth ? month : 0, useMonth);
2731 // or Gregorian). (or it is before the month we are in, if useMonth is True)
2925 // or Gregorian). (or it is before the month we are in, if useMonth is True)
/external/icu4c/i18n/
H A Dcecal.h69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
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 Dindiancal.h226 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 Dislamcal.h317 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 Dchnsecal.h165 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 Dchnsecal.cpp325 int32_t ChineseCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const {
347 // Ignore IS_LEAP_MONTH field if useMonth is false
348 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0;
H A Dcalendar.cpp2973 UBool useMonth = (bestField == UCAL_DAY_OF_MONTH ||
2991 // If useMonth is true, get the day before the start of the month.
3002 int32_t julianDay = handleComputeMonthStart(year, useMonth ? month : 0, useMonth);
3025 // or Gregorian). (or it is before the month we are in, if useMonth is True)
3219 // or Gregorian). (or it is before the month we are in, if useMonth is True)
/external/chromium_org/third_party/icu/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.h1464 * @param month the zero-based month, or 0 if useMonth is false
1465 * @param useMonth if false, compute the day before the first day of
1473 UBool useMonth) const = 0;
/external/icu4c/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.h1655 * @param month the zero-based month, or 0 if useMonth is false
1656 * @param useMonth if false, compute the day before the first day of
1664 UBool useMonth) const = 0;

Completed in 223 milliseconds

12