Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java482 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution
591 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution
735 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution
990 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution
1084 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution
1304 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution
1385 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution
1626 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in NumeratorSubstitution
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java481 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution
590 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution
734 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution
989 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution
1083 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution
1303 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution
1384 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution
1625 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in NumeratorSubstitution
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp59 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRu… in composeRuleValue() function in SameValueSubstitution
112 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
230 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in FractionalPartSubstitution
252 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newR… in composeRuleValue() function in AbsoluteValueSubstitution
301 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in NumeratorSubstitution