Lines Matching refs:upperBound
161 double upperBound,
229 double upperBound,
302 double upperBound,
705 double upperBound, in doParse() argument
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
718 upperBound = calcUpperBound(upperBound); in doParse()
727 ruleSet->parse(text, parsePosition, upperBound, result); in doParse()
956 double upperBound, in doParse() argument
963 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse()
969 ruleToUse->doParse(text, parsePosition, FALSE, upperBound, result); in doParse()
1275 double upperBound, in doParse() argument
1317 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, res… in doParse()