Searched refs:clusterEnd (Results 1 – 1 of 1) sorted by relevance
217 int clusterEnd = cursorPositionIterator->following(hitIndex); in offsetForPosition() local218 if (clusterEnd == TextBreakDone) in offsetForPosition()219 clusterEnd = stringLength; in offsetForPosition()225 if (clusterEnd - clusterStart > 1) { in offsetForPosition()228 …phBeforeCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphBeforeCluster) < clusterEnd) { in offsetForPosition()235 …lyphAfterCluster) >= clusterStart && complexTextRun.indexAt(firstGlyphAfterCluster) < clusterEnd) { in offsetForPosition()244 … return complexTextRun.stringLocation() + (m_run.ltr() ? clusterStart : clusterEnd); in offsetForPosition()246 … return complexTextRun.stringLocation() + (m_run.ltr() ? clusterEnd : clusterStart); in offsetForPosition()