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

  /external/icu/icu4c/source/i18n/
nfrule.cpp 8 * file name: nfrule.cpp
18 #include "nfrule.h"
37 NFRule::NFRule(const RuleBasedNumberFormat* _rbnf, const UnicodeString &_ruleText, UErrorCode &status)
53 NFRule::~NFRule()
108 NFRule::makeRules(UnicodeString& description,
110 const NFRule *predecessor,
119 NFRule* rule1 = new NFRule(rbnf, description, status)
    [all...]
nfrule.h 33 class NFRule : public UMemory {
49 const NFRule* predecessor,
54 NFRule(const RuleBasedNumberFormat* rbnf, const UnicodeString &ruleText, UErrorCode &status);
55 ~NFRule();
57 UBool operator==(const NFRule& rhs) const;
58 UBool operator!=(const NFRule& rhs) const { return !operator==(rhs); }
91 void extractSubstitutions(const NFRuleSet* ruleSet, const UnicodeString &ruleText, const NFRule* predecessor, UErrorCode& status);
92 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, UErrorCode& status);
118 NFRule(const NFRule &other); // forbid copying of this clas
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRule.java 24 final class NFRule {
130 * @param returnList One or more instances of NFRule are added and returned here
134 NFRule predecessor,
136 List<NFRule> returnList) {
141 NFRule rule1 = new NFRule(ownersOwner, description);
164 NFRule rule2 = null;
181 rule2 = new NFRule(ownersOwner, null);
250 * Nominal constructor for NFRule. Most of the work of constructing
251 * an NFRule is actually performed by makeRules()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 23 final class NFRule {
129 * @param returnList One or more instances of NFRule are added and returned here
133 NFRule predecessor,
135 List<NFRule> returnList) {
140 NFRule rule1 = new NFRule(ownersOwner, description);
163 NFRule rule2 = null;
180 rule2 = new NFRule(ownersOwner, null);
249 * Nominal constructor for NFRule. Most of the work of constructing
250 * an NFRule is actually performed by makeRules()
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 812 milliseconds