11 #ifndef __DTITVFMT_H__
12 #define __DTITVFMT_H__
22 #if !UCONFIG_NO_FORMATTING
378 using Format::format;
518 virtual const TimeZone& getTimeZone(
void)
const;
526 virtual void adoptTimeZone(
TimeZone* zoneToAdopt);
533 virtual void setTimeZone(
const TimeZone& zone);
546 static UClassID U_EXPORT2 getStaticClassID(
void);
606 UBool laterDateFirst;
703 UBool fromToOnSameDay,
785 static void U_EXPORT2 getDateTimeSkeleton(
const UnicodeString& skeleton,
848 int8_t differenceInfo,
880 static void U_EXPORT2 adjustFieldWidth(
884 int8_t differenceInfo,
918 static int32_t U_EXPORT2 splitPatternInto2Part(
const UnicodeString& intervalPattern);
938 UBool laterDateFirst);
953 UBool laterDateFirst);
957 static const UChar fgCalendarFieldToPatternLetter[];
984 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX];
1003 #endif // _DTITVFMT_H__