Home | History | Annotate | Download | only in i18n

Lines Matching defs:composeRuleValue

57     virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRuleValue; }
108 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const {
158 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const {
184 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
218 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
238 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newRuleValue; }
285 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRuleValue; }
317 virtual double composeRuleValue(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0.0; } // never called
724 // composeRuleValue() produces a full parse result from
746 tempResult = composeRuleValue(tempResult, baseValue);
948 tempResult = composeRuleValue(tempResult, baseValue);
1158 result = composeRuleValue(result, baseValue);