11 #ifndef __DTITVFMT_H__
12 #define __DTITVFMT_H__
22 #if !UCONFIG_NO_FORMATTING
378 using Format::format;
524 virtual const TimeZone& getTimeZone(
void)
const;
532 virtual void adoptTimeZone(
TimeZone* zoneToAdopt);
539 virtual void setTimeZone(
const TimeZone& zone);
552 static UClassID U_EXPORT2 getStaticClassID(
void);
612 UBool laterDateFirst;
712 UBool fromToOnSameDay,
794 static void U_EXPORT2 getDateTimeSkeleton(
const UnicodeString& skeleton,
857 int8_t differenceInfo,
889 static void U_EXPORT2 adjustFieldWidth(
893 int8_t differenceInfo,
927 static int32_t U_EXPORT2 splitPatternInto2Part(
const UnicodeString& intervalPattern);
947 UBool laterDateFirst);
962 UBool laterDateFirst);
997 static const UChar fgCalendarFieldToPatternLetter[];
1024 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX];
1043 #endif // _DTITVFMT_H__