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

  /external/chromium_org/third_party/icu/source/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"
32 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf)
43 NFRule::~NFRule()
90 NFRule::makeRules(UnicodeString& description,
92 const NFRule *predecessor,
101 NFRule* rule1 = new NFRule(rbnf)
    [all...]
  /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()
88 NFRule::makeRules(UnicodeString& description,
90 const NFRule *predecessor,
99 NFRule* rule1 = new NFRule(rbnf)
    [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 5584 milliseconds