Home | History | Annotate | Download | only in cctest

Lines Matching full:merge

1735   // Merge one direction.
1736 CharacterRange::Merge(&l1, &l2, &first_only, &second_only, &both);
1754 // Merge other direction.
1755 CharacterRange::Merge(&l2, &l1, &second_only, &first_only, &both);
1773 // Merge but don't record all combinations.
1774 CharacterRange::Merge(&l1, &l2, NULL, NULL, &both);
1784 // Merge into same set.
1786 CharacterRange::Merge(&l1, &l2, &all, &all, &all);