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

  /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); }
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/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 436 milliseconds