HomeSort by relevance Sort by last modified time
    Searched refs:composeRuleValue (Results 1 - 12 of 12) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFSubstitution.java 464 // composeRuleValue() produces a full parse result from
486 result = composeRuleValue(result, baseValue);
511 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue);
623 public double composeRuleValue(double newRuleValue, double oldRuleValue) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 463 // composeRuleValue() produces a full parse result from
485 result = composeRuleValue(result, baseValue);
510 public abstract double composeRuleValue(double newRuleValue, double oldRuleValue);
622 public double composeRuleValue(double newRuleValue, double oldRuleValue) {
    [all...]
  /external/icu/icu4c/source/i18n/
nfsubs.h 208 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const = 0;
nfsubs.cpp 60 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRuleValue; }
110 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const {
160 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const {
190 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
226 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
248 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newRuleValue; }
297 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRuleValue; }
735 // composeRuleValue() produces a full parse result from
757 tempResult = composeRuleValue(tempResult, baseValue);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 253 milliseconds