Searched defs:DayPeriodRulesData (Results 1 – 4 of 4) sorted by relevance
30 struct DayPeriodRulesData : public UMemory { struct31 DayPeriodRulesData() : localeToRuleSetNumMap(nullptr), rules(nullptr), maxRuleSetNum(0) {} in DayPeriodRulesData() argument33 UHashtable *localeToRuleSetNumMap;34 DayPeriodRules *rules;35 int32_t maxRuleSetNum;
29 struct DayPeriodRulesData : public UMemory { struct30 DayPeriodRulesData() : localeToRuleSetNumMap(nullptr), rules(nullptr), maxRuleSetNum(0) {} in DayPeriodRulesData() function32 UHashtable *localeToRuleSetNumMap;33 DayPeriodRules *rules;34 int32_t maxRuleSetNum;
67 private static final class DayPeriodRulesData { class in DayPeriodRules
74 private static final class DayPeriodRulesData { class in DayPeriodRules