Searched refs:composeRuleValue (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 485 result = composeRuleValue(result, baseValue); in doParse() 510 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution 622 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution 773 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution 1013 result = composeRuleValue(result, baseValue); in doParse() 1038 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution 1138 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution 1346 result = composeRuleValue(result, baseValue); in doParse() 1359 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution 1445 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFSubstitution.java | 486 result = composeRuleValue(result, baseValue); in doParse() 511 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue); in composeRuleValue() method in NFSubstitution 623 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in SameValueSubstitution 774 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in MultiplierSubstitution 1014 result = composeRuleValue(result, baseValue); in doParse() 1039 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in ModulusSubstitution 1139 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in IntegralPartSubstitution 1347 result = composeRuleValue(result, baseValue); in doParse() 1360 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in FractionalPartSubstitution 1446 public double composeRuleValue(double newRuleValue, double oldRuleValue) { in composeRuleValue() method in AbsoluteValueSubstitution [all …]
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 63 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRu… in composeRuleValue() function in SameValueSubstitution 113 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 231 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in FractionalPartSubstitution 253 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newR… in composeRuleValue() function in AbsoluteValueSubstitution 303 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in NumeratorSubstitution 764 tempResult = composeRuleValue(tempResult, baseValue); in doParse() 958 tempResult = composeRuleValue(tempResult, baseValue); in doParse() 1192 result = composeRuleValue(result, baseValue); in doParse()
|
D | nfsubs.h | 209 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const = 0;
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |