Home | History | Annotate | Download | only in i18n

Lines Matching refs:upperBound

153         double upperBound,
213 double upperBound,
280 double upperBound,
312 double /*upperBound*/,
658 * @param upperBound When searching the rule set for a rule
678 double upperBound,
683 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
691 upperBound = calcUpperBound(upperBound);
700 ruleSet->parse(text, parsePosition, upperBound, result);
929 double upperBound,
936 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
942 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1082 * @param upperBound Only consider rules with base values lower than
1095 double /*upperBound*/,
1106 // upperBound to 10 when calling doParse() ) until we reach
1227 double upperBound,
1269 NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, result);