/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurrule_impl.h | 37 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 …]
|
D | plurrule.cpp | 543 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/ |
D | plurrule_impl.h | 43 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 …]
|
D | plurrule.cpp | 660 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/ |
D | plurrule_impl.h | 43 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 …]
|
D | plurrule.cpp | 660 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/ |
D | plurrule_impl.h | 43 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 …]
|
D | plurrule.cpp | 668 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/ |
D | plurrule.h | 50 class AndConstraint; variable
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | plurrule.h | 53 class AndConstraint; variable
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | plurrule.h | 53 class AndConstraint; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | plurrule.h | 53 class AndConstraint; variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralRules.java | 1477 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/ |
D | PluralRules.java | 1543 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()
|