Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrlist.h33 class NFRuleList : public UMemory {
39 NFRuleList(uint32_t capacity = 10)
43 ~NFRuleList() { in ~NFRuleList()
79 NFRuleList(const NFRuleList &other); // forbid copying of this class
80 NFRuleList &operator=(const NFRuleList &other); // forbid copying of this class
Dnfrule.h24 class NFRuleList; variable
47 NFRuleList& ruleList,
Dnfrs.h62 NFRuleList rules;
Dnfrule.cpp94 NFRuleList& rules, in makeRules()