Searched refs:relPos (Results 1 – 1 of 1) sorted by relevance
2698 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor() local2700 return (relPos == -1) ? -1 : relPos + contextStart; in getTextRunCursor()