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
171 AndConstraint *curAndConstraint;
307 class AndConstraint : public UMemory {
313 RuleOp op = AndConstraint::NONE;
320 AndConstraint *next = nullptr;
324 AndConstraint() = default;
325 AndConstraint(const AndConstraint& other);
326 virtual ~AndConstraint();
327 AndConstraint* add(UErrorCode& status);
334 AndConstraint *childNode = nullptr;
[all …]
Dplurrule.cpp543 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
586 curAndConstraint->op=AndConstraint::MOD; in parse()
757 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
777 this->next = new AndConstraint(*other.next); in AndConstraint()
784 AndConstraint::~AndConstraint() { in ~AndConstraint()
792 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
832 AndConstraint*
833 AndConstraint::add(UErrorCode& status) { in add()
838 this->next = new AndConstraint(); in add()
852 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h50 class AndConstraint; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1473 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1724 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1727 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1799 … 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()