Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dplurrule_impl.h141 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();
Dplurrule.cpp348 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 AndConstraint
749 op = AndConstraint::NONE; in AndConstraint()
759 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
770 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 …]
/external/icu4c/common/unicode/
Durename.h1770 #define AndConstraint U_ICU_ENTRY_POINT_RENAME(AndConstraint) macro