Home | History | Annotate | Download | only in src

Lines Matching refs:boundaries

4308   int boundaries[] = {
4315 if (top <= boundaries[0]) {
4324 if (bottom < boundaries[i] && top >= boundaries[i]) {
4325 AddUncanonicals(isolate, ranges, bottom, boundaries[i] - 1);
4326 AddUncanonicals(isolate, ranges, boundaries[i], top);
4333 if (bottom >= boundaries[i] && top < boundaries[i + 1]) {