Searched refs:linestart (Results 1 – 1 of 1) sorted by relevance
1938 int linestart = getLineStart(line); in addSelection() local1942 if (lineend > linestart && mText.charAt(lineend - 1) == '\n') { in addSelection()1947 int here = linestart + dirs.mDirections[i]; in addSelection()