Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dplurrule_impl.h149 class AndConstraint : public UMemory {
161 AndConstraint *next;
163 AndConstraint();
164 AndConstraint(const AndConstraint& other);
165 virtual ~AndConstraint();
166 AndConstraint* add();
173 AndConstraint *childNode;
179 AndConstraint* add();
Dplurrule.cpp289 AndConstraint *curAndConstraint=NULL; in parseDescription()
338 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parseDescription()
352 curAndConstraint->op=AndConstraint::MOD; in parseDescription()
521 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint
522 op = AndConstraint::NONE; in AndConstraint()
532 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
543 this->next = new AndConstraint(*other.next); in AndConstraint()
547 AndConstraint::~AndConstraint() { in ~AndConstraint()
555 AndConstraint::isFulfilled(double number) { in isFulfilled()
602 AndConstraint::updateRepeatLimit(int32_t maxLimit) { in updateRepeatLimit()
[all …]
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h32 class AndConstraint; variable
157 AndConstraint *curAndConstraint;
215 class AndConstraint : public UMemory {
228 AndConstraint *next;
230 AndConstraint();
231 AndConstraint(const AndConstraint& other);
232 virtual ~AndConstraint();
233 AndConstraint* add();
240 AndConstraint *childNode;
246 AndConstraint* add();
Dplurrule.cpp538 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
581 curAndConstraint->op=AndConstraint::MOD; in parse()
749 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint
750 op = AndConstraint::NONE; in AndConstraint()
761 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
778 this->next = new AndConstraint(*other.next); in AndConstraint()
782 AndConstraint::~AndConstraint() { in ~AndConstraint()
791 AndConstraint::isFulfilled(const FixedDecimal &number) { in isFulfilled()
830 AndConstraint*
831 AndConstraint::add() in add()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h45 class AndConstraint; variable
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1755 #define AndConstraint U_ICU_ENTRY_POINT_RENAME(AndConstraint) macro