Searched refs:lastRight (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
H A Dstringtriebuilder.h213 inline void writeUnlessInsideRightEdge(int32_t firstRight, int32_t lastRight, argument
215 // Note: Edge numbers are negative, lastRight<=firstRight.
220 if(offset<0 && (offset<lastRight || firstRight<offset)) {
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp2783 int lastRight = logicalRightSelectionOffset(this, lastTop); local
2785 return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight);
2793 int lastRight = logicalRightSelectionOffset(this, lastTop); local
2795 IntRect gapRectsBounds = selectionGaps(this, IntPoint(tx, ty), IntSize(), lastTop, lastLeft, lastRight, &paintInfo);

Completed in 154 milliseconds