Home
last modified time | relevance | path

Searched refs:AndConstraint (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dplurrule_impl.h35 class AndConstraint; variable
163 AndConstraint *curAndConstraint;
222 class AndConstraint : public UMemory {
235 AndConstraint *next;
237 AndConstraint();
238 AndConstraint(const AndConstraint& other);
239 virtual ~AndConstraint();
240 AndConstraint* add();
247 AndConstraint *childNode;
253 AndConstraint* add();
Dplurrule.cpp512 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
555 curAndConstraint->op=AndConstraint::MOD; in parse()
723 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint
724 op = AndConstraint::NONE; in AndConstraint()
735 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
752 this->next = new AndConstraint(*other.next); in AndConstraint()
756 AndConstraint::~AndConstraint() { in ~AndConstraint()
765 AndConstraint::isFulfilled(const FixedDecimal &number) { in isFulfilled()
804 AndConstraint*
805 AndConstraint::add() in add()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h48 class AndConstraint; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1356 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1607 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1610 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1682 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1310 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1561 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1564 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1636 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/messageformat/java/com/ibm/icu/simple/
DPluralRules.java1295 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1543 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1546 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1610 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...