Home
last modified time | relevance | path

Searched defs:composeRuleValue (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java510 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution
622 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution
773 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution
1038 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution
1138 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution
1359 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution
1445 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution
1694 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in NumeratorSubstitution
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java511 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution
623 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution
774 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution
1039 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution
1139 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution
1360 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution
1446 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution
1695 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in NumeratorSubstitution
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRu… in composeRuleValue() function in SameValueSubstitution
113 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { in composeRuleValue() function in MultiplierSubstitution
164 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { in composeRuleValue() function in ModulusSubstitution
194 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in IntegralPartSubstitution
231 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in FractionalPartSubstitution
253 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newR… in composeRuleValue() function in AbsoluteValueSubstitution
303 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in NumeratorSubstitution