Home | History | Annotate | Download | only in intltest

Lines Matching refs:rule

345 PluralRulesTest::assertRuleValue(const UnicodeString& rule, double expected) {
346 assertRuleKeyValue("a:" + rule, "a", expected);
350 PluralRulesTest::assertRuleKeyValue(const UnicodeString& rule,
353 PluralRules *pr = PluralRules::createRules(rule, status);
376 assertRuleKeyValue("a: n is 1", "other", UPLRULES_NO_UNIQUE_VALUE); // key matches default rule
608 // the difference between "2" and "2.0" can affect which rule matches (which keyword is selected).
676 // (There was a rule parser bug here with these.)
744 // The reserved words from the rule syntax will also function as keywords.