Searched refs:AndConstraint (Results 1 – 3 of 3) sorted by relevance
141 class AndConstraint : public UMemory {153 AndConstraint *next;155 AndConstraint();156 AndConstraint(const AndConstraint& other);157 virtual ~AndConstraint();158 AndConstraint* add();166 AndConstraint *childNode;172 AndConstraint* add();
348 AndConstraint *curAndConstraint=NULL; in parseDescription()397 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parseDescription()411 curAndConstraint->op=AndConstraint::MOD; in parseDescription()748 AndConstraint::AndConstraint() { in AndConstraint() function in AndConstraint749 op = AndConstraint::NONE; in AndConstraint()759 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint770 this->next = new AndConstraint(*other.next); in AndConstraint()774 AndConstraint::~AndConstraint() { in ~AndConstraint()782 AndConstraint::isFulfilled(double number) { in isFulfilled()834 AndConstraint::isLimited() { in isLimited()[all …]
1770 #define AndConstraint U_ICU_ENTRY_POINT_RENAME(AndConstraint) macro