Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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 …]
/third_party/icu/icu4c/source/i18n/
Dplurrule_impl.h43 class AndConstraint; variable
179 AndConstraint *curAndConstraint;
343 class AndConstraint : public UMemory {
349 RuleOp op = AndConstraint::NONE;
356 AndConstraint *next = nullptr;
360 AndConstraint() = default;
361 AndConstraint(const AndConstraint& other);
362 virtual ~AndConstraint();
363 AndConstraint* add(UErrorCode& status);
370 AndConstraint *childNode = nullptr;
[all …]
Dplurrule.cpp660 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
703 curAndConstraint->op=AndConstraint::MOD; in parse()
876 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
896 this->next = new AndConstraint(*other.next); in AndConstraint()
903 AndConstraint::~AndConstraint() { in ~AndConstraint()
911 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
951 AndConstraint*
952 AndConstraint::add(UErrorCode& status) { in add()
957 this->next = new AndConstraint(); in add()
971 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule_impl.h43 class AndConstraint; variable
179 AndConstraint *curAndConstraint;
343 class AndConstraint : public UMemory {
349 RuleOp op = AndConstraint::NONE;
356 AndConstraint *next = nullptr;
360 AndConstraint() = default;
361 AndConstraint(const AndConstraint& other);
362 virtual ~AndConstraint();
363 AndConstraint* add(UErrorCode& status);
370 AndConstraint *childNode = nullptr;
[all …]
Dplurrule.cpp660 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
703 curAndConstraint->op=AndConstraint::MOD; in parse()
876 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
896 this->next = new AndConstraint(*other.next); in AndConstraint()
903 AndConstraint::~AndConstraint() { in ~AndConstraint()
911 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
951 AndConstraint*
952 AndConstraint::add(UErrorCode& status) { in add()
957 this->next = new AndConstraint(); in add()
971 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dplurrule_impl.h43 class AndConstraint; variable
179 AndConstraint *curAndConstraint;
347 class AndConstraint : public UMemory {
353 RuleOp op = AndConstraint::NONE;
360 AndConstraint *next = nullptr;
364 AndConstraint() = default;
365 AndConstraint(const AndConstraint& other);
366 virtual ~AndConstraint();
367 AndConstraint* add(UErrorCode& status);
374 AndConstraint *childNode = nullptr;
[all …]
Dplurrule.cpp668 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
711 curAndConstraint->op=AndConstraint::MOD; in parse()
884 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
904 this->next = new AndConstraint(*other.next); in AndConstraint()
911 AndConstraint::~AndConstraint() { in ~AndConstraint()
919 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
959 AndConstraint*
960 AndConstraint::add(UErrorCode& status) { in add()
965 this->next = new AndConstraint(); in add()
979 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dplurrule.h50 class AndConstraint; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dplurrule.h53 class AndConstraint; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Dplurrule.h53 class AndConstraint; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dplurrule.h53 class AndConstraint; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java1477 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1728 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1731 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1803 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1543 andConstraint = new AndConstraint(andConstraint, in parseConstraint()
1794 private static class AndConstraint extends BinaryConstraint { class in PluralRules
1797 AndConstraint(Constraint a, Constraint b) { in AndConstraint() method in PluralRules.AndConstraint
1869 … return new Rule(keyword, new AndConstraint(constraint, c), integerSamples, decimalSamples); in and()