Home | History | Annotate | Download | only in i18n

Lines Matching refs:upperBound

154         double upperBound,
214 double upperBound,
281 double upperBound,
313 double /*upperBound*/,
659 * @param upperBound When searching the rule set for a rule
679 double upperBound,
684 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
692 upperBound = calcUpperBound(upperBound);
701 ruleSet->parse(text, parsePosition, upperBound, result);
930 double upperBound,
937 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
943 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result);
1083 * @param upperBound Only consider rules with base values lower than
1096 double /*upperBound*/,
1107 // upperBound to 10 when calling doParse() ) until we reach
1228 double upperBound,
1270 NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, result);