Searched defs:DayPeriodRulesDataSink (Results 1 – 3 of 3) sorted by relevance
47 struct DayPeriodRulesDataSink : public ResourceSink { struct48 DayPeriodRulesDataSink() { in DayPeriodRulesDataSink() argument53 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) { in put()81 void processRules(const ResourceTable &rules, const char *key, in processRules()133 int32_t cutoffs[25]; // [0] thru [24]: 24 is allowed in "before 24".136 int32_t ruleSetNum;137 DayPeriodRules::DayPeriod period;138 CutoffType cutoffType;141 static int32_t parseSetNum(const UnicodeString &setNumStr, UErrorCode &errorCode) { in parseSetNum()147 static int32_t parseSetNum(const char *setNumStr, UErrorCode &errorCode) { in parseSetNum()[all …]
80 private static final class DayPeriodRulesDataSink extends UResource.Sink { class in DayPeriodRules83 private DayPeriodRulesDataSink(DayPeriodRulesData data) { in DayPeriodRulesDataSink() method in DayPeriodRules.DayPeriodRulesDataSink
73 private static final class DayPeriodRulesDataSink extends UResource.Sink { class in DayPeriodRules76 private DayPeriodRulesDataSink(DayPeriodRulesData data) { in DayPeriodRulesDataSink() method in DayPeriodRules.DayPeriodRulesDataSink