Searched refs:NFSubstitution (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/
H A Dnfsubs.h32 class NFSubstitution : public UObject { class in inherits:UObject
38 NFSubstitution(int32_t pos,
57 static NFSubstitution* makeSubstitution(int32_t pos,
68 virtual ~NFSubstitution();
76 virtual UBool operator==(const NFSubstitution& rhs) const;
84 UBool operator!=(const NFSubstitution& rhs) const { return !operator==(rhs); }
252 NFSubstitution(const NFSubstitution &other); // forbid copying of this class
253 NFSubstitution &operator=(const NFSubstitution
[all...]
H A Dnfsubs.cpp47 class SameValueSubstitution : public NFSubstitution {
69 class MultiplierSubstitution : public NFSubstitution {
80 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
98 virtual UBool operator==(const NFSubstitution& rhs) const;
127 class ModulusSubstitution : public NFSubstitution {
150 virtual UBool operator==(const NFSubstitution& rhs) const;
184 class IntegralPartSubstitution : public NFSubstitution {
191 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
207 class FractionalPartSubstitution : public NFSubstitution {
219 virtual UBool operator==(const NFSubstitution
442 NFSubstitution::NFSubstitution(int32_t _pos, function in class:NFSubstitution
[all...]
H A Dnfrule.h26 class NFSubstitution;
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
85 const UnicodeString& delimiter, ParsePosition& pp, const NFSubstitution* sub,
99 NFSubstitution* sub1;
100 NFSubstitution* sub2;
H A Dnfrule.cpp394 NFSubstitution *
400 NFSubstitution* result = NULL;
410 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor,
438 return NFSubstitution::makeSubstitution(ruleText.length(), this, predecessor,
447 result = NFSubstitution::makeSubstitution(subStart, this, predecessor, ruleSet,
1002 const NFSubstitution* sub,
/external/icu4c/i18n/unicode/
H A Drbnf.h1004 friend class NFSubstitution;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1337 #define NFSubstitution NFSubstitution_3_2 macro

Completed in 517 milliseconds