Lines Matching refs:upperBound
159 double upperBound,
226 double upperBound,
298 double upperBound,
696 double upperBound, in doParse() argument
702 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
710 upperBound = calcUpperBound(upperBound); in doParse()
719 ruleSet->parse(text, parsePosition, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
939 double upperBound, in doParse() argument
947 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
953 … ruleToUse->doParse(text, parsePosition, FALSE, upperBound, nonNumericalExecutedRuleMask, result); in doParse()
1261 double upperBound, in doParse() argument
1304 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, non… in doParse()