12 #ifndef __DTITVINF_H__
13 #define __DTITVINF_H__
22 #if !UCONFIG_NO_FORMATTING
318 void setFallbackIntervalPattern(
const UnicodeString& fallbackPattern,
328 UBool getDefaultOrder()
const;
364 enum IntervalPatternIndex
396 void setIntervalPatternInternally(
const UnicodeString& skeleton,
422 int8_t& bestMatchDistanceInfo)
const;
468 static IntervalPatternIndex
U_EXPORT2 calendarFieldToIntervalIndex(
479 void deleteHash(Hashtable* hTable);
501 void copyHash(
const Hashtable* source, Hashtable* target,
UErrorCode& status);
508 UBool fFirstDateInPtnIsLaterDate;
512 Hashtable* fIntervalPatterns;
UCalendarDateFields
Possible fields in a UCalendar.
C++ API: Date/Time Pattern Generator.
#define U_CALLCONV
Similar to U_CDECL_BEGIN/U_CDECL_END, this qualifier is necessary in callback function typedefs to ma...
#define U_CDECL_BEGIN
This is used to begin a declaration of a library private ICU C API.
#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.
UBool dtitvinfHashTableValueComparator(UHashTok val1, UHashTok val2)
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
#define U_CDECL_END
This is used to end a declaration of a library private ICU C API.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API If the compiler doesn't support namespaces...
UObject is the common ICU "boilerplate" class.
signed char int8_t
Define 64 bit limits.
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.
signed int int32_t
Define 64 bit limits.
int8_t UBool
The ICU boolean type.