Lines Matching refs:baseValue
158 double baseValue,
225 double baseValue,
297 double baseValue,
695 double baseValue, in doParse() argument
702 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
764 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
938 double baseValue, in doParse() argument
947 …return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, nonNumeri… in doParse()
958 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
1125 double baseValue, in doParse() argument
1134 …return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, nonNumericalExecut… in doParse()
1192 result = composeRuleValue(result, baseValue); in doParse()
1260 double baseValue, in doParse() argument
1304 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, non… in doParse()