Home
last modified time | relevance | path

Searched defs:DayPeriodRulesDataSink (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddayperiodrules.cpp48 struct DayPeriodRulesDataSink : public ResourceSink { struct
49 DayPeriodRulesDataSink() { in DayPeriodRulesDataSink() function
54 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) override { in put()
82 void processRules(const ResourceTable &rules, const char *key, in processRules()
134 int32_t cutoffs[25]; // [0] thru [24]: 24 is allowed in "before 24".
137 int32_t ruleSetNum;
138 DayPeriodRules::DayPeriod period;
139 CutoffType cutoffType;
142 static int32_t parseSetNum(const UnicodeString &setNumStr, UErrorCode &errorCode) { in parseSetNum()
148 static int32_t parseSetNum(const char *setNumStr, UErrorCode &errorCode) { in parseSetNum()
[all …]
/external/cronet/stable/third_party/icu/source/i18n/
Ddayperiodrules.cpp49 struct DayPeriodRulesDataSink : public ResourceSink { struct
50 DayPeriodRulesDataSink() { in DayPeriodRulesDataSink() argument
55 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) override { in put()
83 void processRules(const ResourceTable &rules, const char *key, in processRules()
135 int32_t cutoffs[25]; // [0] thru [24]: 24 is allowed in "before 24".
138 int32_t ruleSetNum;
139 DayPeriodRules::DayPeriod period;
140 CutoffType cutoffType;
143 static int32_t parseSetNum(const UnicodeString &setNumStr, UErrorCode &errorCode) { in parseSetNum()
149 static int32_t parseSetNum(const char *setNumStr, UErrorCode &errorCode) { in parseSetNum()
[all …]
/external/cronet/tot/third_party/icu/source/i18n/
Ddayperiodrules.cpp49 struct DayPeriodRulesDataSink : public ResourceSink { struct
50 DayPeriodRulesDataSink() { in DayPeriodRulesDataSink() function
55 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) override { in put()
83 void processRules(const ResourceTable &rules, const char *key, in processRules()
135 int32_t cutoffs[25]; // [0] thru [24]: 24 is allowed in "before 24".
138 int32_t ruleSetNum;
139 DayPeriodRules::DayPeriod period;
140 CutoffType cutoffType;
143 static int32_t parseSetNum(const UnicodeString &setNumStr, UErrorCode &errorCode) { in parseSetNum()
149 static int32_t parseSetNum(const char *setNumStr, UErrorCode &errorCode) { in parseSetNum()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDayPeriodRules.java80 private static final class DayPeriodRulesDataSink extends UResource.Sink { class in DayPeriodRules
83 private DayPeriodRulesDataSink(DayPeriodRulesData data) { in DayPeriodRulesDataSink() method in DayPeriodRules.DayPeriodRulesDataSink
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DDayPeriodRules.java73 private static final class DayPeriodRulesDataSink extends UResource.Sink { class in DayPeriodRules
76 private DayPeriodRulesDataSink(DayPeriodRulesData data) { in DayPeriodRulesDataSink() method in DayPeriodRules.DayPeriodRulesDataSink