Lines Matching refs:NFRule
79 const NFRule *rule, in MultiplierSubstitution()
130 const NFRule* ruleToUse;
133 const NFRule* rule,
134 const NFRule* rulePredecessor,
318 const NFRule* rule, in makeSubstitution()
319 const NFRule* predecessor, in makeSubstitution()
335 if (rule->getBaseValue() == NFRule::kNegativeNumberRule) { in makeSubstitution()
343 else if (rule->getBaseValue() == NFRule::kImproperFractionRule in makeSubstitution()
344 || rule->getBaseValue() == NFRule::kProperFractionRule in makeSubstitution()
345 || rule->getBaseValue() == NFRule::kDefaultRule) { in makeSubstitution()
366 if (rule->getBaseValue() == NFRule::kNegativeNumberRule) { in makeSubstitution()
372 else if (rule->getBaseValue() == NFRule::kImproperFractionRule in makeSubstitution()
373 || rule->getBaseValue() == NFRule::kProperFractionRule in makeSubstitution()
374 || rule->getBaseValue() == NFRule::kDefaultRule) { in makeSubstitution()
630 const NFRule *infiniteRule = ruleSet->findDoubleRule(uprv_getInfinity()); in doSubstitution()
830 const NFRule* rule, in ModulusSubstitution()
831 const NFRule* predecessor, in ModulusSubstitution()