Home | History | Annotate | Download | only in i18n

Lines Matching defs:ruleToUse

124     const NFRule* ruleToUse;
826 , ruleToUse(NULL)
844 ruleToUse = predecessor;
854 ruleToUse == ((const ModulusSubstitution*)&rhs)->ruleToUse;
863 * If this is a >>> substitution, use ruleToUse to fill in
876 if (ruleToUse == NULL) {
883 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
888 * If this is a >>> substitution, use ruleToUse to fill in
901 if (ruleToUse == NULL) {
909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
918 * If this is a >>> substitution, match only against ruleToUse.
936 if (ruleToUse == NULL) {
943 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);