Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule_impl.h37 class AndConstraint; variable
165 AndConstraint *curAndConstraint;
299 class AndConstraint : public UMemory {
312 AndConstraint *next;
314 AndConstraint();
315 AndConstraint(const AndConstraint& other);
316 virtual ~AndConstraint();
317 AndConstraint* add();
324 AndConstraint *childNode;
330 AndConstraint* add();
Dplurrule.cpp533 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
576 curAndConstraint->op=AndConstraint::MOD; in parse()
744 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint
745 op = AndConstraint::NONE; in AndConstraint()
756 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
773 this->next = new AndConstraint(*other.next); in AndConstraint()
777 AndConstraint::~AndConstraint() { in ~AndConstraint()
786 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
827 AndConstraint*
828 AndConstraint::add() in add()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h51 class AndConstraint; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1466 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1717 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1720 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1792 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1405 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1656 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1659 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1731 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()