Uses of Enum
com.ibm.icu.impl.DayPeriodRules.DayPeriod
Packages that use DayPeriodRules.DayPeriod
-
Uses of DayPeriodRules.DayPeriod in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as DayPeriodRules.DayPeriodModifier and TypeFieldDescriptionprivate DayPeriodRules.DayPeriod[]
DayPeriodRules.dayPeriodForHour
private DayPeriodRules.DayPeriod
DayPeriodRules.DayPeriodRulesDataSink.period
static DayPeriodRules.DayPeriod[]
DayPeriodRules.DayPeriod.VALUES
Methods in com.ibm.icu.impl that return DayPeriodRules.DayPeriodModifier and TypeMethodDescriptionprivate static DayPeriodRules.DayPeriod
DayPeriodRules.DayPeriod.fromStringOrNull
(CharSequence str) DayPeriodRules.getDayPeriodForHour
(int hour) static DayPeriodRules.DayPeriod
Returns the enum constant of this type with the specified name.static DayPeriodRules.DayPeriod[]
DayPeriodRules.DayPeriod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type DayPeriodRules.DayPeriodModifier and TypeMethodDescriptionprivate void
DayPeriodRules.add
(int startHour, int limitHour, DayPeriodRules.DayPeriod period) private int
DayPeriodRules.getEndHourForDayPeriod
(DayPeriodRules.DayPeriod dayPeriod) double
DayPeriodRules.getMidPointForDayPeriod
(DayPeriodRules.DayPeriod dayPeriod) private int
DayPeriodRules.getStartHourForDayPeriod
(DayPeriodRules.DayPeriod dayPeriod) -
Uses of DayPeriodRules.DayPeriod in com.ibm.icu.text
Method parameters in com.ibm.icu.text with type arguments of type DayPeriodRules.DayPeriodModifier and TypeMethodDescriptionprivate int
SimpleDateFormat.matchDayPeriodString
(String text, int start, String[] data, int dataLength, Output<DayPeriodRules.DayPeriod> dayPeriod) Similar to matchQuarterString but customized for day periods.