Home
last modified time | relevance | path

Searched refs:oldRuleValue (Results 1 – 5 of 5) 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() argument
622 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
773 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1038 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1039 return (oldRuleValue - (oldRuleValue % divisor)) + newRuleValue; in composeRuleValue()
1138 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1139 return newRuleValue + oldRuleValue; in composeRuleValue()
1359 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1360 return newRuleValue + oldRuleValue; in composeRuleValue()
1445 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java511 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() argument
623 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
774 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1039 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1040 return (oldRuleValue - (oldRuleValue % divisor)) + newRuleValue; in composeRuleValue()
1139 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1140 return newRuleValue + oldRuleValue; in composeRuleValue()
1360 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
1361 return newRuleValue + oldRuleValue; in composeRuleValue()
1446 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
[all …]
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp164 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { in composeRuleValue()
165 return oldRuleValue - uprv_fmod(oldRuleValue, static_cast<double>(divisor)) + newRuleValue; in composeRuleValue()
194 …le composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRul… in composeRuleValue()
231 …le composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRul… in composeRuleValue()
303 …le composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRul… in composeRuleValue()
Dnfsubs.h209 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const = 0;
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...