Home | History | Annotate | Download | only in cctest

Lines Matching full:overlay

1643   Vector<const int> overlay = CharacterRange::GetWordBounds();
1646 CharacterRange::Split(base, overlay, &included, &excluded, &zone);
1651 for (int j = 0; !in_overlay && j < overlay.length(); j += 2) {
1652 if (overlay[j] <= i && i < overlay[j+1])