31#if U_SHOW_CPLUSPLUS_API
38#if !UCONFIG_NO_FORMATTING
47class DateFormatSymbols;
50class FieldPositionHandler;
52class SharedNumberFormat;
53class SimpleDateFormatMutableNFs;
54class DateIntervalFormat;
57class LocalizedNumberFormatter;
58class SimpleNumberFormatter;
541 using DateFormat::format;
586 using DateFormat::parse;
841#ifndef U_HIDE_INTERNAL_API
884 void initializeDefaultCentury();
886 void initializeBooleanAttributes();
1219 static const int32_t fgCalendarFieldToLevel[];
1224 static int32_t getLevelFromChar(
char16_t ch);
1229 static UBool isSyntaxChar(
char16_t ch);
1271 UDate fDefaultCenturyStart;
1275 UBool fHasHanYearChar;
1280 void parsePattern();
1285 int32_t fDefaultCenturyStartYear;
1287 struct NSOverride :
public UMemory {
1301 const SharedNumberFormat **fSharedNumberFormatters =
nullptr;
1310 const number::SimpleNumberFormatter* fSimpleNumberFormatter =
nullptr;
1312 UBool fHaveDefaultCentury;
1314 const BreakIterator* fCapitalizationBrkIter =
nullptr;
1320 return fDefaultCenturyStart;
Calendar is an abstract base class for converting between a UDate object and a set of integer fields ...
FieldPositionIterator returns the field ids and their start/limit positions generated by a call to Fo...
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...
"Smart pointer" base class; do not use directly: use LocalPointer etc.
A Locale object represents a specific geographical, political, or cultural region.
ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...
TimeZone represents a time zone offset, and also figures out daylight savings.
UMemory is the common ICU base class.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C++ API: Abstract class for converting dates.
UTimeZoneFormatTimeType
Constants for time types used by TimeZoneFormat APIs for receiving time type (standard time,...
UCalendarDateFields
Possible fields in a UCalendar.
UDateFormatField
FieldPosition and UFieldPosition selectors for format fields defined by DateFormat and UDateFormat.
C API: Display context types (enum values)
UDisplayContext
Display context settings.
int8_t UBool
The ICU boolean type, a signed-byte integer.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
Basic definitions for ICU, for both C and C++ APIs.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside.
double UDate
Date and Time data type.