Home
last modified time | relevance | path

Searched refs:newRuleValue (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
623 return newRuleValue; in composeRuleValue()
773 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
774 return newRuleValue * divisor; in composeRuleValue()
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
[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
624 return newRuleValue; in composeRuleValue()
774 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() argument
775 return newRuleValue * divisor; in composeRuleValue()
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
[all …]
/external/icu/icu4c/source/i18n/
Dnfsubs.cpp63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRu… in composeRuleValue() argument
113 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { in composeRuleValue() argument
114 return newRuleValue * divisor; in composeRuleValue()
164 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { in composeRuleValue() argument
165 return oldRuleValue - uprv_fmod(oldRuleValue, static_cast<double>(divisor)) + newRuleValue; in composeRuleValue()
194 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() argument
231 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() argument
253 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newR… in composeRuleValue() argument
303 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() argument
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/ ...