Lines Matching refs:AndConstraint
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;
378 AndConstraint* add(UErrorCode& status);