Searched defs:NFRuleSet (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/
H A Dnfrs.h31 class NFRuleSet : public UMemory { class in inherits: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
H A Dnfrs.cpp117 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status) function in class:NFRuleSet
167 // all of the other members of NFRuleSet are initialized
172 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
268 NFRuleSet::~NFRuleSet()
290 NFRuleSet::operator==(const NFRuleSet& rhs) const
313 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
317 NFRuleSet* ncThi
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1336 #define NFRuleSet NFRuleSet_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2036 #define NFRuleSet U_ICU_ENTRY_POINT_RENAME(NFRuleSet) macro

Completed in 422 milliseconds