Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule_impl.h33 class AndConstraint; variable
160 AndConstraint *curAndConstraint;
219 class AndConstraint : public UMemory {
232 AndConstraint *next;
234 AndConstraint();
235 AndConstraint(const AndConstraint& other);
236 virtual ~AndConstraint();
237 AndConstraint* add();
244 AndConstraint *childNode;
250 AndConstraint* add();
Dplurrule.cpp511 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
554 curAndConstraint->op=AndConstraint::MOD; in parse()
722 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint
723 op = AndConstraint::NONE; in AndConstraint()
734 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
751 this->next = new AndConstraint(*other.next); in AndConstraint()
755 AndConstraint::~AndConstraint() { in ~AndConstraint()
764 AndConstraint::isFulfilled(const FixedDecimal &number) { in isFulfilled()
803 AndConstraint*
804 AndConstraint::add() in add()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h46 class AndConstraint; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1350 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1598 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1601 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1665 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1304 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1552 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1555 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1619 … 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 ...