Searched defs:DayPeriodRulesData (Results 1 – 5 of 5) 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;
31 struct DayPeriodRulesData : public UMemory { struct32 DayPeriodRulesData() : localeToRuleSetNumMap(nullptr), rules(nullptr), maxRuleSetNum(0) {} in DayPeriodRulesData() function34 UHashtable *localeToRuleSetNumMap;35 DayPeriodRules *rules;36 int32_t maxRuleSetNum;
31 struct DayPeriodRulesData : public UMemory { struct32 DayPeriodRulesData() : localeToRuleSetNumMap(nullptr), rules(nullptr), maxRuleSetNum(0) {} in DayPeriodRulesData() argument34 UHashtable *localeToRuleSetNumMap;35 DayPeriodRules *rules;36 int32_t maxRuleSetNum;
74 private static final class DayPeriodRulesData { class in DayPeriodRules
67 private static final class DayPeriodRulesData { class in DayPeriodRules