HomeSort by relevance Sort by last modified time
    Searched defs:NFRuleSet (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
nfrs.h 31 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); }
73 NFRuleSet(const NFRuleSet &other); // forbid copying of this class
74 NFRuleSet &operator=(const NFRuleSet &other); // forbid copying of this class
nfrs.cpp 121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
177 // all of the other members of NFRuleSet are initialized
182 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
293 NFRuleSet::~NFRuleSet()
315 NFRuleSet::operator==(const NFRuleSet& rhs) const
338 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
342 NFRuleSet* ncThis = (NFRuleSet*)this
    [all...]
  /external/icu/icu4c/source/i18n/
nfrs.h 31 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); }
73 NFRuleSet(const NFRuleSet &other); // forbid copying of this class
74 NFRuleSet &operator=(const NFRuleSet &other); // forbid copying of this class
nfrs.cpp 121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
177 // all of the other members of NFRuleSet are initialized
182 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
293 NFRuleSet::~NFRuleSet()
315 NFRuleSet::operator==(const NFRuleSet& rhs) const
338 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
342 NFRuleSet* ncThis = (NFRuleSet*)this
    [all...]
  /prebuilts/tools/common/m2/repository/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 721 milliseconds