Lines Matching defs:baseValue
160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
949 * @param baseValue The partial parse result prior to calling this
955 double baseValue,
963 return NFSubstitution::doParse(text, parsePosition, baseValue, upperBound, lenientParse, result);
974 tempResult = composeRuleValue(tempResult, baseValue);
1128 * @param baseValue The partial parse result prior to entering this
1142 double baseValue,
1150 return NFSubstitution::doParse(text, parsePosition, baseValue, 0, lenientParse, resVal);
1205 result = composeRuleValue(result, baseValue);
1274 double baseValue,
1317 NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, result);