Home
last modified time | relevance | path

Searched refs:composeRuleValue (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dnfsubs.cpp56 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRu… in composeRuleValue() function in SameValueSubstitution
107 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { in composeRuleValue() function in MultiplierSubstitution
157 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { in composeRuleValue() function in ModulusSubstitution
183 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in IntegralPartSubstitution
217 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in FractionalPartSubstitution
237 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newR… in composeRuleValue() function in AbsoluteValueSubstitution
284 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in NumeratorSubstitution
316 …virtual double composeRuleValue(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0… in composeRuleValue() function in NullSubstitution
745 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
947 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
[all …]
Dnfsubs.h205 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const = 0;