Lines Matching full:overlay
1590 Vector<const uc16> overlay = CharacterRange::GetWordBounds();1593 CharacterRange::Split(base, overlay, &included, &excluded);1598 for (int j = 0; !in_overlay && j < overlay.length(); j += 2) {1599 if (overlay[j] <= i && i <= overlay[j+1])