Lines Matching refs:ruleToUse
130 const NFRule* ruleToUse; member in ModulusSubstitution
837 , ruleToUse(NULL) in ModulusSubstitution()
853 ruleToUse = predecessor; in ModulusSubstitution()
863 ruleToUse == ((const ModulusSubstitution*)&rhs)->ruleToUse;
885 if (ruleToUse == NULL) { in doSubstitution()
892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
910 if (ruleToUse == NULL) { in doSubstitution()
918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
946 if (ruleToUse == NULL) { in doParse()
953 … ruleToUse->doParse(text, parsePosition, FALSE, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
979 if ( ruleToUse != NULL ) { // Must have been a >>> substitution. in toString()