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

  /external/icu4c/i18n/
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 18 milliseconds