Searched defs:composeRuleValue (Results 1 – 4 of 4) sorted by relevance
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | NFSubstitution.java | 506 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution 618 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution 791 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution 1056 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution 1156 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution 1377 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution 1463 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution 1712 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in NumeratorSubstitution
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
| D | NFSubstitution.java | 505 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution 617 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution 790 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution 1055 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution 1155 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution 1376 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution 1462 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution 1711 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in NumeratorSubstitution
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | nfsubs.cpp | 63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in SameValueSubstitution 113 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { in composeRuleValue() function in MultiplierSubstitution 164 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { in composeRuleValue() function in ModulusSubstitution 194 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in IntegralPartSubstitution 231 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in FractionalPartSubstitution 253 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in AbsoluteValueSubstitution 303 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in NumeratorSubstitution
|
| /external/icu/icu4c/source/i18n/ |
| D | nfsubs.cpp | 63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in SameValueSubstitution 129 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { in composeRuleValue() function in MultiplierSubstitution 180 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { in composeRuleValue() function in ModulusSubstitution 210 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in IntegralPartSubstitution 247 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in FractionalPartSubstitution 269 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in AbsoluteValueSubstitution 319 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in NumeratorSubstitution
|