14 #if U_SHOW_CPLUSPLUS_API 21 #if !UCONFIG_NO_FORMATTING 91 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek,
178 int32_t getRuleMonth(
void)
const;
186 int32_t getRuleDayOfMonth(
void)
const;
194 int32_t getRuleDayOfWeek(
void)
const;
203 int32_t getRuleWeekInMonth(
void)
const;
210 int32_t getRuleMillisInDay(
void)
const;
216 int32_t fWeekInMonth;
217 int32_t fMillisInDay;
233 static UClassID U_EXPORT2 getStaticClassID(
void);
TimeRuleType
Time rule type constants.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
UBool operator!=(const StringPiece &x, const StringPiece &y)
Global operator != for StringPiece.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
C++ API: Common ICU base class UObject.
DateRuleType
Date rule type constants.
DateTimeRule is a class representing a time in a year by a rule specified by month, day of month, day of week and time in the day.
Basic definitions for ICU, for both C and C++ APIs.
UObject is the common ICU "boilerplate" class.
int8_t UBool
The ICU boolean type.