Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Ddayperiodrules.cpp29 struct DayPeriodRulesData : public UMemory { struct
30 DayPeriodRulesData() : localeToRuleSetNumMap(NULL), rules(NULL), maxRuleSetNum(0) {} in DayPeriodRulesData() argument
32 UHashtable *localeToRuleSetNumMap;
33 DayPeriodRules *rules;
34 int32_t maxRuleSetNum;
/third_party/icu/icu4c/source/i18n/
Ddayperiodrules.cpp29 struct DayPeriodRulesData : public UMemory { struct
30 DayPeriodRulesData() : localeToRuleSetNumMap(NULL), rules(NULL), maxRuleSetNum(0) {} in DayPeriodRulesData() function
32 UHashtable *localeToRuleSetNumMap;
33 DayPeriodRules *rules;
34 int32_t maxRuleSetNum;
/third_party/node/deps/icu-small/source/i18n/
Ddayperiodrules.cpp31 struct DayPeriodRulesData : public UMemory { struct
32 DayPeriodRulesData() : localeToRuleSetNumMap(nullptr), rules(nullptr), maxRuleSetNum(0) {} in DayPeriodRulesData() function
34 UHashtable *localeToRuleSetNumMap;
35 DayPeriodRules *rules;
36 int32_t maxRuleSetNum;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DDayPeriodRules.java74 private static final class DayPeriodRulesData { class in DayPeriodRules
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java67 private static final class DayPeriodRulesData { class in DayPeriodRules