Lines Matching refs:baseValue
153 double baseValue,
213 double baseValue,
280 double baseValue,
312 double baseValue, in doParse() argument
316 { result.setDouble(baseValue); return TRUE; } in doParse()
678 double baseValue, in doParse() argument
684 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
746 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
929 double baseValue, in doParse() argument
937 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse()
948 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
1095 double baseValue, in doParse() argument
1103 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse()
1158 result = composeRuleValue(result, baseValue); in doParse()
1227 double baseValue, in doParse() argument
1270 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, res… in doParse()