Home | History | Annotate | Download | only in cctest

Lines Matching refs:first_only

1765   ZoneList<CharacterRange> first_only(4);
1770 CharacterRange::Merge(&l1, &l2, &first_only, &second_only, &both);
1772 CHECK(CharacterRange::IsCanonical(&first_only));
1779 CHECK((in_first && !in_second) == CharacterInSet(&first_only, i));
1784 first_only.Clear();
1789 CharacterRange::Merge(&l2, &l1, &second_only, &first_only, &both);
1791 CHECK(CharacterRange::IsCanonical(&first_only));
1798 CHECK((in_first && !in_second) == CharacterInSet(&first_only, i));
1803 first_only.Clear();