Lines Matching refs:AndConstraint
43 class AndConstraint; variable
178 AndConstraint *curAndConstraint;
330 class AndConstraint : public UMemory {
336 RuleOp op = AndConstraint::NONE;
343 AndConstraint *next = nullptr;
347 AndConstraint() = default;
348 AndConstraint(const AndConstraint& other);
349 virtual ~AndConstraint();
350 AndConstraint* add(UErrorCode& status);
357 AndConstraint *childNode = nullptr;
365 AndConstraint* add(UErrorCode& status);