Lines Matching refs:NFRule
128 const NFRule* ruleToUse;
132 const NFRule* rulePredecessor,
314 const NFRule* rule, in makeSubstitution()
315 const NFRule* predecessor, in makeSubstitution()
331 if (rule->getBaseValue() == NFRule::kNegativeNumberRule) { in makeSubstitution()
339 else if (rule->getBaseValue() == NFRule::kImproperFractionRule in makeSubstitution()
340 || rule->getBaseValue() == NFRule::kProperFractionRule in makeSubstitution()
341 || rule->getBaseValue() == NFRule::kMasterRule) { in makeSubstitution()
362 if (rule->getBaseValue() == NFRule::kNegativeNumberRule) { in makeSubstitution()
368 else if (rule->getBaseValue() == NFRule::kImproperFractionRule in makeSubstitution()
369 || rule->getBaseValue() == NFRule::kProperFractionRule in makeSubstitution()
370 || rule->getBaseValue() == NFRule::kMasterRule) { in makeSubstitution()
611 const NFRule *infiniteRule = ruleSet->findDoubleRule(uprv_getInfinity()); in doSubstitution()
811 const NFRule* predecessor, in ModulusSubstitution()