Home | History | Annotate | Download | only in i18n

Lines Matching defs:rules

116     RuleChain   rules;
123 newRules->parseDescription((UnicodeString &)description, rules, status);
125 newRules->addRules(rules);
345 PluralRules::parseDescription(UnicodeString& data, RuleChain& rules, UErrorCode &status)
375 lastChain = &rules;
426 ruleChain = &rules;
530 // Note, the original design let you have multiple rules with the same keyword. But
535 // you will get information about the first rule with that keyword, not all rules with
660 PluralRules::addRules(RuleChain& rules) {
661 RuleChain *newRule = new RuleChain(rules);
726 LocalUResourceBundlePointer ruleRes(ures_getByKey(rb.getAlias(), "rules", NULL, &errCode));