Searched defs:NFRule (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Dnfrule.h31 class NFRule : public UMemory { class in inherits:UMemory
45 const NFRule* predecessor,
50 NFRule(const RuleBasedNumberFormat* rbnf);
51 ~NFRule();
53 UBool operator==(const NFRule& rhs) const;
54 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); }
79 void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
103 NFRule(const NFRule
[all...]
H A Dnfrule.cpp32 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf) function in class:NFRule
43 NFRule::~NFRule()
90 NFRule::makeRules(UnicodeString& description,
92 const NFRule *predecessor,
101 NFRule* rule1 = new NFRule(rbnf);
127 NFRule* rule2 = NULL;
143 rule2 = new NFRule(rbn
[all...]
/external/icu4c/i18n/
H A Dnfrule.h31 class NFRule : public UMemory { class in inherits:UMemory
45 const NFRule* predecessor,
50 NFRule(const RuleBasedNumberFormat* rbnf);
51 ~NFRule();
53 UBool operator==(const NFRule& rhs) const;
54 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); }
79 void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
103 NFRule(const NFRule
[all...]
H A Dnfrule.cpp32 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf) function in class:NFRule
43 NFRule::~NFRule()
90 NFRule::makeRules(UnicodeString& description,
92 const NFRule *predecessor,
101 NFRule* rule1 = new NFRule(rbnf);
127 NFRule* rule2 = NULL;
143 rule2 = new NFRule(rbn
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1335 #define NFRule NFRule_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h1335 #define NFRule NFRule_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h1335 #define NFRule NFRule_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h1335 #define NFRule NFRule_3_2 macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h1743 #define NFRule NFRule_4_2 macro
/external/icu4c/common/unicode/
H A Durename.h1992 #define NFRule U_ICU_ENTRY_POINT_RENAME(NFRule) macro

Completed in 877 milliseconds