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.dayPeriodForHourprivate DayPeriodRules.DayPeriodDayPeriodRules.DayPeriodRulesDataSink.periodstatic DayPeriodRules.DayPeriod[]DayPeriodRules.DayPeriod.VALUESMethods in com.ibm.icu.impl that return DayPeriodRules.DayPeriodModifier and TypeMethodDescriptionprivate static DayPeriodRules.DayPeriodDayPeriodRules.DayPeriod.fromStringOrNull(CharSequence str) DayPeriodRules.getDayPeriodForHour(int hour) static DayPeriodRules.DayPeriodReturns 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 voidDayPeriodRules.add(int startHour, int limitHour, DayPeriodRules.DayPeriod period) private intDayPeriodRules.getEndHourForDayPeriod(DayPeriodRules.DayPeriod dayPeriod) doubleDayPeriodRules.getMidPointForDayPeriod(DayPeriodRules.DayPeriod dayPeriod) private intDayPeriodRules.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 intSimpleDateFormat.matchDayPeriodString(String text, int start, String[] data, int dataLength, Output<DayPeriodRules.DayPeriod> dayPeriod) Similar to matchQuarterString but customized for day periods.