Lines Matching refs:baseValue
157 double baseValue,
223 double baseValue,
294 double baseValue,
676 double baseValue, in doParse() argument
682 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound); in doParse()
744 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
920 double baseValue, in doParse() argument
928 … return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result); in doParse()
939 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
1107 double baseValue, in doParse() argument
1115 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal); in doParse()
1170 result = composeRuleValue(result, baseValue); in doParse()
1238 double baseValue, in doParse() argument
1281 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, res… in doParse()