Home
last modified time | relevance | path

Searched refs:NFRuleSet (Results 1 – 13 of 13) sorted by relevance

/external/icu4c/i18n/
Dnfrs.h31 class NFRuleSet : public UMemory {
33 NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
37 ~NFRuleSet();
39 UBool operator==(const NFRuleSet& rhs) const;
40 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
78 NFRuleSet(const NFRuleSet &other); // forbid copying of this class
79 NFRuleSet &operator=(const NFRuleSet &other); // forbid copying of this class
Dnfrs.cpp116 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) in NFRuleSet() function in NFRuleSet
171 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& s… in parseRules()
267 NFRuleSet::~NFRuleSet() in ~NFRuleSet()
289 NFRuleSet::operator==(const NFRuleSet& rhs) const in operator ==()
312 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const in format()
316 NFRuleSet* ncThis = (NFRuleSet*)this; in format()
328 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos) const in format()
332 NFRuleSet* ncThis = (NFRuleSet*)this; in format()
344 NFRuleSet::findDoubleRule(double number) const in findDoubleRule()
387 NFRuleSet::findNormalRule(int64_t number) const in findNormalRule()
[all …]
Dnfsubs.h34 const NFRuleSet* ruleSet;
39 const NFRuleSet* ruleSet,
48 const NFRuleSet* getRuleSet() const { return ruleSet; } in getRuleSet()
60 const NFRuleSet* ruleSet,
Dnfrule.h25 class NFRuleSet; variable
44 const NFRuleSet* ruleSet,
79 …void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumb…
80 …NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const Rul…
Drbnf.cpp887 NFRuleSet** p = ruleSets; in operator ==()
888 NFRuleSet** q = rhs.ruleSets; in operator ==()
910 for (NFRuleSet** p = ruleSets; *p; ++p) { in getRules()
925 for (NFRuleSet** p = ruleSets; *p; ++p) { in getRuleSetName()
926 NFRuleSet* rs = *p; in getRuleSetName()
946 for (NFRuleSet** p = ruleSets; *p; ++p) { in getNumberOfRuleSetNames()
1030 NFRuleSet*
1034 for (NFRuleSet** p = ruleSets; *p; ++p) { in findRuleSet()
1035 NFRuleSet* rs = *p; in findRuleSet()
1096 NFRuleSet *rs = findRuleSet(ruleSetName, status); in format()
[all …]
Dnfsubs.cpp50 const NFRuleSet* ruleset,
73 const NFRuleSet* _ruleSet, in MultiplierSubstitution()
129 const NFRuleSet* ruleSet,
176 const NFRuleSet* _ruleSet, in IntegralPartSubstitution()
199 const NFRuleSet* ruleSet,
230 const NFRuleSet* _ruleSet, in AbsoluteValueSubstitution()
261 const NFRuleSet* _ruleSet, in NumeratorSubstitution()
299 const NFRuleSet* _ruleSet, in NullSubstitution()
331 const NFRuleSet* ruleSet, in makeSubstitution()
417 const NFRuleSet* _ruleSet, in NFSubstitution()
[all …]
Dnfrule.cpp90 const NFRuleSet *ruleSet, in makeRules()
372 NFRule::extractSubstitutions(const NFRuleSet* ruleSet, in extractSubstitutions()
396 NFRule::extractSubstitution(const NFRuleSet* ruleSet, in extractSubstitution()
/external/icu4c/i18n/unicode/
Drbnf.h40 class NFRuleSet; variable
979 void format(double number, NFRuleSet& ruleSet);
980 NFRuleSet* findRuleSet(const UnicodeString& name, UErrorCode& status) const;
987 inline NFRuleSet * getDefaultRuleSet() const;
992 NFRuleSet **ruleSets;
993 NFRuleSet *defaultRuleSet;
1048 inline NFRuleSet*
/external/webkit/Source/WebCore/icu/unicode/
Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/icu4c/common/unicode/
Durename.h2060 #define NFRuleSet U_ICU_ENTRY_POINT_RENAME(NFRuleSet) macro