Home
last modified time | relevance | path

Searched refs:NFRuleList (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnfrlist.h35 class NFRuleList : public UMemory {
41 NFRuleList(uint32_t capacity = 10)
45 ~NFRuleList() { in ~NFRuleList()
102 NFRuleList(const NFRuleList &other); // forbid copying of this class
103 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
Dnfrs.h74 NFRuleList rules;
77 NFRuleList fractionRules;
Dnfrule.h26 class NFRuleList; variable
52 NFRuleList& ruleList,
Dnfrule.cpp111 NFRuleList& rules, in makeRules()