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

  /external/icu/icu4c/source/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); }
73 NFRuleSet(const NFRuleSet &other); // forbid copying of this class
74 NFRuleSet &operator=(const NFRuleSet &other); // forbid copying of this class
nfsubs.h 34 const NFRuleSet* ruleSet;
39 const NFRuleSet* ruleSet,
48 const NFRuleSet* getRuleSet() const { return ruleSet; }
60 const NFRuleSet* ruleSet,
nfrule.h 25 class NFRuleSet;
45 const NFRuleSet* ruleSet,
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);
nfrs.cpp 121 NFRuleSet::NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status)
177 // all of the other members of NFRuleSet are initialized
182 NFRuleSet::parseRules(UnicodeString& description, const RuleBasedNumberFormat* owner, UErrorCode& status)
293 NFRuleSet::~NFRuleSet()
315 NFRuleSet::operator==(const NFRuleSet& rhs) const
338 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos, UErrorCode& status) const
342 NFRuleSet* ncThis = (NFRuleSet*)this
    [all...]
rbnf.cpp 905 NFRuleSet** p = ruleSets;
906 NFRuleSet** q = rhs.ruleSets;
928 for (NFRuleSet** p = ruleSets; *p; ++p) {
943 for (NFRuleSet** p = ruleSets; *p; ++p) {
944 NFRuleSet* rs = *p;
964 for (NFRuleSet** p = ruleSets; *p; ++p) {
1048 NFRuleSet*
1052 for (NFRuleSet** p = ruleSets; *p; ++p) {
1053 NFRuleSet* rs = *p;
1126 NFRuleSet *rs = findRuleSet(ruleSetName, status)
    [all...]
nfsubs.cpp 50 const NFRuleSet* ruleset,
76 const NFRuleSet* _ruleSet,
135 const NFRuleSet* ruleSet,
187 const NFRuleSet* _ruleSet,
213 const NFRuleSet* ruleSet,
247 const NFRuleSet* _ruleSet,
281 const NFRuleSet* _ruleSet,
322 const NFRuleSet* _ruleSet,
357 const NFRuleSet* ruleSet,
443 const NFRuleSet* _ruleSet
    [all...]
nfrule.cpp 99 const NFRuleSet *ruleSet,
378 NFRule::extractSubstitutions(const NFRuleSet* ruleSet,
434 NFRule::extractSubstitution(const NFRuleSet* ruleSet,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBNFPostProcessor.java 28 void process(StringBuffer output, NFRuleSet ruleSet);
NFSubstitution.java 35 final NFRuleSet ruleSet;
73 NFRuleSet ruleSet,
164 NFRuleSet ruleSet,
558 NFRuleSet ruleSet,
661 NFRuleSet ruleSet,
    [all...]
NFRuleSet.java 24 final class NFRuleSet {
88 public NFRuleSet(String[] descriptions, int index) throws IllegalArgumentException {
127 // all of the other members of NFRuleSet are initialized
275 if (!(that instanceof NFRuleSet)) {
279 NFRuleSet that2 = (NFRuleSet)that;
RuleBasedNumberFormat.java 545 private transient NFRuleSet[] ruleSets = null;
556 private transient NFRuleSet defaultRuleSet = null;
    [all...]
RBNFChinesePostProcessor.java 14 //private NFRuleSet lastRuleSet;
33 public void process(StringBuffer buf, NFRuleSet ruleSet) {
NFRule.java 112 NFRuleSet owner,
370 private void extractSubstitutions(NFRuleSet owner,
424 private NFSubstitution extractSubstitution(NFRuleSet owner,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 41 class NFRuleSet;
    [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 246 milliseconds