HomeSort by relevance Sort by last modified time
    Searched refs:composeRuleValue (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
nfsubs.h 205 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const = 0;
nfsubs.cpp 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)
    [all...]

Completed in 310 milliseconds