11 #ifndef __DTITVFMT_H__
12 #define __DTITVFMT_H__
22 #if !UCONFIG_NO_FORMATTING
497 virtual const TimeZone& getTimeZone(
void)
const;
505 virtual void adoptTimeZone(
TimeZone* zoneToAdopt);
512 virtual void setTimeZone(
const TimeZone& zone);
525 static UClassID U_EXPORT2 getStaticClassID(
void);
586 UBool laterDateFirst;
766 static void U_EXPORT2 getDateTimeSkeleton(
const UnicodeString& skeleton,
831 int8_t differenceInfo,
864 static void U_EXPORT2 adjustFieldWidth(
868 int8_t differenceInfo,
884 void concatSingleDate2TimeInterval(
const UChar* format,
907 static int32_t U_EXPORT2 splitPatternInto2Part(
const UnicodeString& intervalPattern);
929 UBool laterDateFirst);
945 UBool laterDateFirst);
949 static const UChar fgCalendarFieldToPatternLetter[];
979 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX];
991 #endif // _DTITVFMT_H__