Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrlist.h33 class NFRuleList : public UMemory {
39 NFRuleList(uint32_t capacity = 10)
43 ~NFRuleList() { in ~NFRuleList()
100 NFRuleList(const NFRuleList &other); // forbid copying of this class
101 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
Dnfrs.h72 NFRuleList rules;
75 NFRuleList fractionRules;
Dnfrule.h24 class NFRuleList; variable
50 NFRuleList& ruleList,
Dnfrule.cpp109 NFRuleList& rules, in makeRules()