12 #ifndef __DTITVINF_H__
13 #define __DTITVINF_H__
22 #if !UCONFIG_NO_FORMATTING
153 #ifndef U_HIDE_INTERNAL_API
303 void setFallbackIntervalPattern(
const UnicodeString& fallbackPattern,
313 UBool getDefaultOrder()
const;
328 static UClassID U_EXPORT2 getStaticClassID();
347 enum IntervalPatternIndex
359 #ifndef U_HIDE_INTERNAL_API
365 kMaxIntervalPatternIndex = kIPI_MAX_INDEX
391 void setIntervalPatternInternally(
const UnicodeString& skeleton,
417 int8_t& bestMatchDistanceInfo)
const;
428 static void U_EXPORT2 parseSkeleton(
const UnicodeString& skeleton,
429 int32_t* skeletonFieldWidth);
444 static UBool U_EXPORT2 stringNumeric(int32_t fieldWidth,
445 int32_t anotherFieldWidth,
463 static IntervalPatternIndex U_EXPORT2 calendarFieldToIntervalIndex(
474 void deleteHash(Hashtable* hTable);
496 void copyHash(
const Hashtable* source, Hashtable* target,
UErrorCode& status);
503 UBool fFirstDateInPtnIsLaterDate;
507 Hashtable* fIntervalPatterns;