Searched refs:AndConstraint (Results 1 – 6 of 6) sorted by relevance
149 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();
289 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 AndConstraint522 op = AndConstraint::NONE; in AndConstraint()532 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint543 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 …]
32 class AndConstraint; variable157 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();
538 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()581 curAndConstraint->op=AndConstraint::MOD; in parse()749 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint750 op = AndConstraint::NONE; in AndConstraint()761 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint778 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 …]
45 class AndConstraint; variable
1755 #define AndConstraint U_ICU_ENTRY_POINT_RENAME(AndConstraint) macro