10 #ifndef __DTITVFMT_H__
11 #define __DTITVFMT_H__
21 #if !UCONFIG_NO_FORMATTING
561 UBool laterDateFirst;
859 void concatSingleDate2TimeInterval(
const UChar* format,
904 UBool laterDateFirst);
920 UBool laterDateFirst);
924 static const UChar fgCalendarFieldToPatternLetter[];
954 PatternInfo fIntervalPatterns[DateIntervalInfo::kIPI_MAX_INDEX];
971 #endif // _DTITVFMT_H__
UCalendarDateFields
Possible fields in a UCalendar.
Calendar is an abstract base class for converting between a UDate object and a set of integer fields ...
C++ API: Date/Time Pattern Generator.
#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.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...
C++ API: Format and parse dates in a language-independent manner.
#define NULL
Define NULL if necessary, to 0 for C++ and to ((void *)0) for C.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
This class represents a date interval.
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...
uint16_t UChar
Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API If the compiler doesn't support namespaces...
signed char int8_t
Define 64 bit limits.
DateIntervalInfo is a public class for encapsulating localizable date time interval patterns...
C++ API: Date Interval data type.
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...
Basic definitions for ICU, for both C and C++ APIs.
C++ API: Date/Time interval patterns for formatting date/time interval.
A Locale object represents a specific geographical, political, or cultural region.
signed int int32_t
Define 64 bit limits.
This class provides flexible generation of date format patterns, like "yy-MM-dd". ...
int8_t UBool
The ICU boolean type.