Lines Matching refs:Merge
1769 // Merge one direction.
1770 CharacterRange::Merge(&l1, &l2, &first_only, &second_only, &both);
1788 // Merge other direction.
1789 CharacterRange::Merge(&l2, &l1, &second_only, &first_only, &both);
1807 // Merge but don't record all combinations.
1808 CharacterRange::Merge(&l1, &l2, NULL, NULL, &both);
1818 // Merge into same set.
1820 CharacterRange::Merge(&l1, &l2, &all, &all, &all);