Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Dplurrule_impl.h43 class AndConstraint; variable
178 AndConstraint *curAndConstraint;
330 class AndConstraint : public UMemory {
336 RuleOp op = AndConstraint::NONE;
343 AndConstraint *next = nullptr;
347 AndConstraint() = default;
348 AndConstraint(const AndConstraint& other);
349 virtual ~AndConstraint();
350 AndConstraint* add(UErrorCode& status);
357 AndConstraint *childNode = nullptr;
[all …]
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h43 class AndConstraint; variable
178 AndConstraint *curAndConstraint;
330 class AndConstraint : public UMemory {
336 RuleOp op = AndConstraint::NONE;
343 AndConstraint *next = nullptr;
347 AndConstraint() = default;
348 AndConstraint(const AndConstraint& other);
349 virtual ~AndConstraint();
350 AndConstraint* add(UErrorCode& status);
357 AndConstraint *childNode = nullptr;
[all …]
Dplurrule.cpp659 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
702 curAndConstraint->op=AndConstraint::MOD; in parse()
874 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
894 this->next = new AndConstraint(*other.next); in AndConstraint()
901 AndConstraint::~AndConstraint() { in ~AndConstraint()
909 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
949 AndConstraint*
950 AndConstraint::add(UErrorCode& status) { in add()
955 this->next = new AndConstraint(); in add()
969 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
[all …]
/external/icu/libicu/cts_headers/unicode/
Dplurrule.h53 class AndConstraint; variable
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h53 class AndConstraint; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralRules.java1572 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1823 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1826 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1898 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1503 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1754 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1757 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1829 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...