Home | History | Annotate | Download | only in i18n

Lines Matching refs:upperBound

161         double upperBound,
229 double upperBound,
302 double upperBound,
337 double /*upperBound*/,
685 * @param upperBound When searching the rule set for a rule
705 double upperBound,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
718 upperBound = calcUpperBound(upperBound);
727 ruleSet->parse(text, parsePosition, upperBound, result);
956 double upperBound,
963 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
969 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1130 * @param upperBound Only consider rules with base values lower than
1143 double /*upperBound*/,
1154 // upperBound to 10 when calling doParse() ) until we reach
1275 double upperBound,
1317 NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, result);