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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
nfsubs.cpp 58 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRuleValue; }
112 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const {
165 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const {
196 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
233 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
256 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newRuleValue; }
306 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRuleValue; }
341 virtual double composeRuleValue(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0.0; } // never called
750 // composeRuleValue() produces a full parse result from
772 tempResult = composeRuleValue(tempResult, baseValue)
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 345 milliseconds