HomeSort by relevance Sort by last modified time
    Searched full:spellcheckend (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
SpellChecker.java 599 int spellCheckEnd = mWordIterator.preceding(wordIteratorWindowEnd);
600 boolean correct = spellCheckEnd != BreakIterator.DONE;
602 spellCheckEnd = mWordIterator.getEnd(spellCheckEnd);
603 correct = spellCheckEnd != BreakIterator.DONE;
624 if (spanEnd < spellCheckStart || spellCheckEnd < spanStart) {
628 if (spanStart <= spellCheckStart && spellCheckEnd <= spanEnd) {
640 spellCheckEnd = Math.max(spanEnd, spellCheckEnd);
645 + ", End = " + spellCheckEnd + ", Start = " + spellCheckStar
    [all...]

Completed in 436 milliseconds