/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/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 181 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { in composeRuleValue() function in ModulusSubstitution 211 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in IntegralPartSubstitution 249 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in FractionalPartSubstitution 271 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in AbsoluteValueSubstitution 322 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in NumeratorSubstitution
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | nfsubs.cpp | 63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in SameValueSubstitution 131 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { in composeRuleValue() function in MultiplierSubstitution 182 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { in composeRuleValue() function in ModulusSubstitution 212 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in IntegralPartSubstitution 249 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in FractionalPartSubstitution 271 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in AbsoluteValueSubstitution 321 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in NumeratorSubstitution
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | nfsubs.cpp | 63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in SameValueSubstitution 131 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { in composeRuleValue() function in MultiplierSubstitution 182 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { in composeRuleValue() function in ModulusSubstitution 212 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in IntegralPartSubstitution 249 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in FractionalPartSubstitution 271 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const override { ret… in composeRuleValue() function in AbsoluteValueSubstitution 321 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const override { return … in composeRuleValue() function in NumeratorSubstitution
|