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