Searched refs:textLeft (Results 1 – 1 of 1) sorted by relevance
253 final CharSequence textLeft = ic.getTextBeforeCursor(1000, 0); in getCharLengthBeforeCursor() local254 return textLeft != null ? textLeft.length() : 0; in getCharLengthBeforeCursor()