HomeSort by relevance Sort by last modified time
    Searched defs:NFRuleSet (Results 1 - 8 of 8) 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); }
78 NFRuleSet(const NFRuleSet &other); // forbid copying of this class
79 NFRuleSet &operator=(const NFRuleSet &other); // forbid copying of this class
nfrs.cpp 117 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
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* ncThis = (NFRuleSet*)this
    [all...]
  /external/icu4c/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/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/internal/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 70 milliseconds