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

  /external/icu/icu4c/source/i18n/
nfrule.h 32 class NFRule : public UMemory {
46 const NFRule* predecessor,
51 NFRule(const RuleBasedNumberFormat* rbnf);
52 ~NFRule();
54 UBool operator==(const NFRule& rhs) const;
55 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); }
83 void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* predecessor, UErrorCode& status);
84 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCode& status);
108 NFRule(const NFRule &other); // forbid copying of this clas
    [all...]
nfrule.cpp 6 * file name: nfrule.cpp
16 #include "nfrule.h"
34 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf)
46 NFRule::~NFRule()
98 NFRule::makeRules(UnicodeString& description,
100 const NFRule *predecessor,
109 NFRule* rule1 = new NFRule(rbnf)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 20 final class NFRule {
113 NFRule predecessor,
115 List<NFRule> returnList) {
120 NFRule rule1 = new NFRule(ownersOwner);
141 NFRule rule2 = null;
158 rule2 = new NFRule(ownersOwner);
217 * Nominal constructor for NFRule. Most of the work of constructing
218 * an NFRule is actually performed by makeRules().
220 public NFRule(RuleBasedNumberFormat formatter)
    [all...]
  /prebuilts/tools/common/m2/repository/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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 704 milliseconds