Home | History | Annotate | Download | only in cctest

Lines Matching refs:InClass

1606 static bool InClass(uc16 c, ZoneList<CharacterRange>* ranges) {
1628 bool in_base = InClass(i, base);
1635 CHECK_EQ(in_overlay, InClass(i, included));
1636 CHECK_EQ(!in_overlay, InClass(i, excluded));
1638 CHECK(!InClass(i, included));
1639 CHECK(!InClass(i, excluded));