Searched refs:handleComputeMonthStart (Results 1 - 25 of 37) 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.h171 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
H A Dindiancal.h226 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dbuddhcal.cpp79 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, function in class:BuddhistCalendar
83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
H A Dcecal.cpp76 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const function in class:CECalendar
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 Dpersncal.cpp275 return handleComputeMonthStart(year,1,FALSE);
286 return handleComputeMonthStart(year,month,FALSE);
315 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const { function in class:PersianCalendar
H A Dchnsecal.h143 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dhebrwcal.h361 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
H A Dindiancal.cpp240 int32_t IndianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /* useMonth */ ) const { function in class:IndianCalendar
H A Dcalendar.cpp2708 int32_t julianDay = handleComputeMonthStart(year, useMonth ? month : 0, useMonth);
2788 int32_t nextJulianDay = handleComputeMonthStart(year+1, 0, FALSE); // jd of day before jan 1
2839 julianDay = handleComputeMonthStart(year-1, 0, FALSE); // jd before Jan 1 of previous year
2919 int32_t jan1Start = handleComputeMonthStart(yearWoy, 0, FALSE);
2920 int32_t nextJan1Start = handleComputeMonthStart(yearWoy+1, 0, FALSE); // next year's Jan1 start
3028 return handleComputeMonthStart(extendedYear, month+1, TRUE) -
3029 handleComputeMonthStart(extendedYear, month, TRUE);
3033 return handleComputeMonthStart(eyear+1, 0, FALSE) -
3034 handleComputeMonthStart(eyear, 0, FALSE);
/external/icu/icu4c/source/i18n/
H A Dbuddhcal.h171 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
H A Dcecal.h69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
H A Dpersncal.cpp120 return handleComputeMonthStart(year,0,FALSE);
131 return handleComputeMonthStart(year,month,TRUE);
166 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) const { function in class:PersianCalendar
H A Dbuddhcal.cpp79 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, function in class:BuddhistCalendar
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 Dcecal.cpp76 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const function in class:CECalendar
H A Dhebrwcal.h361 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
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 Dindiancal.cpp240 int32_t IndianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /* useMonth */ ) const { function in class:IndianCalendar
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h508 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
736 * Used by handleComputeJulianDay() and handleComputeMonthStart().
742 * Used by handleComputeJulianDay() and handleComputeMonthStart().
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h508 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
737 * Used by handleComputeJulianDay() and handleComputeMonthStart().
743 * Used by handleComputeJulianDay() and handleComputeMonthStart().

Completed in 1370 milliseconds

12