Home | History | Annotate | Download | only in i18n

Lines Matching defs:ruleToUse

130     const NFRule* ruleToUse;
852 , ruleToUse(NULL)
870 ruleToUse = predecessor;
880 ruleToUse == ((const ModulusSubstitution*)&rhs)->ruleToUse;
889 * If this is a >>> substitution, use ruleToUse to fill in
902 if (ruleToUse == NULL) {
909 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
914 * If this is a >>> substitution, use ruleToUse to fill in
927 if (ruleToUse == NULL) {
935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
944 * If this is a >>> substitution, match only against ruleToUse.
962 if (ruleToUse == NULL) {
969 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
995 if ( ruleToUse != NULL ) { // Must have been a >>> substitution.