Home | History | Annotate | Download | only in i18n

Lines Matching refs:CECalendar

49 CECalendar::CECalendar(const Locale& aLocale, UErrorCode& success)
55 CECalendar::CECalendar (const CECalendar& other)
60 CECalendar::~CECalendar()
64 CECalendar&
65 CECalendar::operator=(const CECalendar& right)
76 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const
82 CECalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const
88 CECalendar::inDaylightTime(UErrorCode& status) const
95 ((CECalendar*)this)->complete(status); // cast away const
101 CECalendar::haveDefaultCentury() const
110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset)
131 CECalendar::jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day)