12 #ifndef __DTITVINF_H__
13 #define __DTITVINF_H__
22 #if !UCONFIG_NO_FORMATTING
309 void setFallbackIntervalPattern(
const UnicodeString& fallbackPattern,
319 UBool getDefaultOrder()
const;
353 enum IntervalPatternIndex
370 kMaxIntervalPatternIndex = kIPI_MAX_INDEX
395 void setIntervalPatternInternally(
const UnicodeString& skeleton,
421 int8_t& bestMatchDistanceInfo)
const;
433 int32_t* skeletonFieldWidth);
449 int32_t anotherFieldWidth,
467 static IntervalPatternIndex
U_EXPORT2 calendarFieldToIntervalIndex(
478 void deleteHash(Hashtable* hTable);
500 void copyHash(
const Hashtable* source, Hashtable* target,
UErrorCode& status);
507 UBool fFirstDateInPtnIsLaterDate;
511 Hashtable* fIntervalPatterns;
UCalendarDateFields
Possible fields in a UCalendar.
C++ API: Date/Time Pattern Generator.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
UBool operator!=(const StringPiece &x, const StringPiece &y)
Global operator != for StringPiece.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UObject is the common ICU "boilerplate" class.
UBool operator!=(const DateIntervalInfo &other) const
Return true if another object is semantically unequal to this one.
DateIntervalInfo is a public class for encapsulating localizable date time interval patterns...
void * UClassID
UClassID is used to identify classes without using RTTI, since RTTI is not yet supported by all C++ c...
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
C++ API: Locale ID object.
Basic definitions for ICU, for both C and C++ APIs.
virtual UBool operator==(const DateIntervalInfo &other) const
Return true if another object is semantically equal to this one.
A Locale object represents a specific geographical, political, or cultural region.
virtual UClassID getDynamicClassID() const =0
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
int8_t UBool
The ICU boolean type.