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 602 int spellCheckEnd = mWordIterator.preceding(wordIteratorWindowEnd);
603 boolean correct = spellCheckEnd != BreakIterator.DONE;
605 spellCheckEnd = mWordIterator.getEnd(spellCheckEnd);
606 correct = spellCheckEnd != BreakIterator.DONE;
627 if (spanEnd < spellCheckStart || spellCheckEnd < spanStart) {
631 if (spanStart <= spellCheckStart && spellCheckEnd <= spanEnd) {
643 spellCheckEnd = Math.max(spanEnd, spellCheckEnd);
648 + ", End = " + spellCheckEnd + ", Start = " + spellCheckStar
    [all...]

Completed in 49 milliseconds