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

  /external/icu4c/i18n/
nfrule.h 31 class NFRule : public UMemory {
45 const NFRule* predecessor,
50 NFRule(const RuleBasedNumberFormat* rbnf);
51 ~NFRule();
53 UBool operator==(const NFRule& rhs) const;
54 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); }
79 void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
103 NFRule(const NFRule &other); // forbid copying of this clas
    [all...]
nfrule.cpp 6 * file name: nfrule.cpp
16 #include "nfrule.h"
31 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf)
42 NFRule::~NFRule()
89 NFRule::makeRules(UnicodeString& description,
91 const NFRule *predecessor,
100 NFRule* rule1 = new NFRule(rbnf)
    [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 875 milliseconds