OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:composeRuleValue
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
nfsubs.h
205
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const = 0;
nfsubs.cpp
57
virtual double
composeRuleValue
(double newRuleValue, double /*oldRuleValue*/) const { return newRuleValue; }
108
virtual double
composeRuleValue
(double newRuleValue, double /*oldRuleValue*/) const {
158
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const {
184
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
218
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
238
virtual double
composeRuleValue
(double newRuleValue, double /*oldRuleValue*/) const { return -newRuleValue; }
285
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRuleValue; }
317
virtual double
composeRuleValue
(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0.0; } // never called
724
//
composeRuleValue
() produces a full parse result from
746
tempResult =
composeRuleValue
(tempResult, baseValue)
[
all
...]
/external/icu4c/i18n/
nfsubs.h
205
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const = 0;
nfsubs.cpp
58
virtual double
composeRuleValue
(double newRuleValue, double /*oldRuleValue*/) const { return newRuleValue; }
112
virtual double
composeRuleValue
(double newRuleValue, double /*oldRuleValue*/) const {
165
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const {
196
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
233
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
256
virtual double
composeRuleValue
(double newRuleValue, double /*oldRuleValue*/) const { return -newRuleValue; }
306
virtual double
composeRuleValue
(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRuleValue; }
341
virtual double
composeRuleValue
(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0.0; } // never called
750
//
composeRuleValue
() produces a full parse result from
772
tempResult =
composeRuleValue
(tempResult, baseValue)
[
all
...]
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 599 milliseconds