Lines Matching refs:DateIntervalFormat
81 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateIntervalFormat)
88 DateIntervalFormat* U_EXPORT2
89 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
95 DateIntervalFormat* U_EXPORT2
96 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
121 DateIntervalFormat* U_EXPORT2
122 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
129 DateIntervalFormat* U_EXPORT2
130 DateIntervalFormat::createInstance(const UnicodeString& skeleton, in createInstance()
139 DateIntervalFormat::DateIntervalFormat() in DateIntervalFormat() function in DateIntervalFormat
152 DateIntervalFormat::DateIntervalFormat(const DateIntervalFormat& itvfmt) in DateIntervalFormat() function in DateIntervalFormat
167 DateIntervalFormat&
168 DateIntervalFormat::operator=(const DateIntervalFormat& itvfmt) { in operator =()
215 DateIntervalFormat::~DateIntervalFormat() { in ~DateIntervalFormat()
226 DateIntervalFormat*
227 DateIntervalFormat::clone() const { in clone()
228 return new DateIntervalFormat(*this); in clone()
233 DateIntervalFormat::operator==(const Format& other) const { in operator ==()
235 const DateIntervalFormat* fmt = (DateIntervalFormat*)&other; in operator ==()
267 DateIntervalFormat::format(const Formattable& obj, in format()
288 DateIntervalFormat::format(const DateInterval* dtInterval, in format()
309 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
348 DateIntervalFormat::format(Calendar& fromCalendar, in format()
362 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
398 UnicodeString& DateIntervalFormat::formatIntervalImpl( in formatIntervalImpl()
419 DateIntervalFormat::formatImpl(Calendar& fromCalendar, in formatImpl()
547 DateIntervalFormat::parseObject(const UnicodeString& /* source */, in parseObject()
559 DateIntervalFormat::getDateIntervalInfo() const { in getDateIntervalInfo()
565 DateIntervalFormat::setDateIntervalInfo(const DateIntervalInfo& newItvPattern, in setDateIntervalInfo()
589 DateIntervalFormat::getDateFormat() const { in getDateFormat()
595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone()
613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone()
629 DateIntervalFormat::getTimeZone() const in getTimeZone()
640 DateIntervalFormat::setContext(UDisplayContext value, UErrorCode& status) in setContext()
652 DateIntervalFormat::getContext(UDisplayContextType type, UErrorCode& status) const in getContext()
663 DateIntervalFormat::DateIntervalFormat(const Locale& locale, in DateIntervalFormat() function in DateIntervalFormat
696 DateIntervalFormat* U_EXPORT2
697 DateIntervalFormat::create(const Locale& locale, in create()
701 DateIntervalFormat* f = new DateIntervalFormat(locale, dtitvinf, in create()
751 DateIntervalFormat::initializePattern(UErrorCode& status) { in initializePattern()
964 DateIntervalFormat::normalizeHourMetacharacters(const UnicodeString& skeleton) const { in normalizeHourMetacharacters()
1055 DateIntervalFormat::getDateTimeSkeleton(const UnicodeString& skeleton, in getDateTimeSkeleton()
1215 DateIntervalFormat::setSeparateDateTimePtn( in setSeparateDateTimePtn()
1313 DateIntervalFormat::setFallbackPattern(UCalendarDateFields field, in setFallbackPattern()
1331 DateIntervalFormat::setPatternInfo(UCalendarDateFields field, in setPatternInfo()
1357 DateIntervalFormat::setIntervalPattern(UCalendarDateFields field, in setIntervalPattern()
1365 DateIntervalFormat::setIntervalPattern(UCalendarDateFields field, in setIntervalPattern()
1428 DateIntervalFormat::setIntervalPattern(UCalendarDateFields field, in setIntervalPattern()
1507 DateIntervalFormat::splitPatternInto2Part(const UnicodeString& intervalPattern) { in splitPatternInto2Part()
1580 void DateIntervalFormat::fallbackFormatRange( in fallbackFormatRange()
1621 DateIntervalFormat::fallbackFormat(Calendar& fromCalendar, in fallbackFormat()
1682 DateIntervalFormat::fieldExistsInSkeleton(UCalendarDateFields field, in fieldExistsInSkeleton()
1692 DateIntervalFormat::adjustFieldWidth(const UnicodeString& inputSkeleton, in adjustFieldWidth()
1829 DateIntervalFormat::findReplaceInPattern(UnicodeString& targetString, in findReplaceInPattern()
1864 DateIntervalFormat::concatSingleDate2TimeInterval(UnicodeString& format, in concatSingleDate2TimeInterval()
1893 DateIntervalFormat::fgCalendarFieldToPatternLetter[] =