Lines Matching refs:upperBound
177 double upperBound,
244 double upperBound,
316 double upperBound,
714 double upperBound, in doParse() argument
720 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
728 upperBound = calcUpperBound(upperBound); in doParse()
737 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
957 double upperBound, in doParse() argument
965 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
971 … ruleToUse->doParse(text, parsePosition, false, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
1279 double upperBound, in doParse() argument
1322 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, false, non… in doParse()