Searched refs:spellCheckStart (Results 1 – 1 of 1) sorted by relevance
617 int spellCheckStart = wordStart; in parse() local627 if (spanEnd < spellCheckStart || spellCheckEnd < spanStart) { in parse()631 if (spanStart <= spellCheckStart && spellCheckEnd <= spanEnd) { in parse()642 spellCheckStart = Math.min(spanStart, spellCheckStart); in parse()648 + ", End = " + spellCheckEnd + ", Start = " + spellCheckStart in parse()650 + editable.subSequence(spellCheckStart, spellCheckEnd)); in parse()657 if (spellCheckEnd <= spellCheckStart) { in parse()663 addSpellCheckSpan(editable, spellCheckStart, spellCheckEnd); in parse()