HomeSort by relevance Sort by last modified time
    Searched defs:NFRuleSet (Results 1 - 8 of 8) 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 116 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
166 // all of the other members of NFRuleSet are initialized
171 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
267 NFRuleSet::~NFRuleSet()
289 NFRuleSet::operator==(const NFRuleSet& rhs) const
312 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
316 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 56 milliseconds