Home | History | Annotate | Download | only in regexp

Lines Matching refs:containment

79 ContainedInLattice AddRange(ContainedInLattice containment,
85 if (containment == kLatticeUnknown) return containment;
95 return Combine(containment, inside ? kLatticeIn : kLatticeOut);
99 return containment;