Searched refs:nextRight (Results 1 – 4 of 4) sorted by relevance
421 var nextRight = nextLeft + candidateBounds.width;422 candidateBounds.left = nextRight >= screen.availWidth ?423 nextRight % screen.availWidth : nextLeft;
460 LayoutUnit nextRight = block().logicalRightOffsetForLine(nextTop, false); in selectionBottom() local463 if (nextLeft > newLeft || nextRight < newRight) in selectionBottom()
175 const icu::UnicodeString *nextRight = firstRight; in makeEquivalent() local176 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()177 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()182 nextRight = rightIter.next(); in makeEquivalent()