Searched refs:roundUpToWordStart (Results 1 – 1 of 1) sorted by relevance
849 sentenceStart = roundUpToWordStart(sequence, textChangeStart, sentenceStart); in detectSentenceBoundary()851 sentenceStart = roundUpToWordStart(sequence, sentenceEnd - MAX_SENTENCE_LENGTH, in detectSentenceBoundary()858 private int roundUpToWordStart(CharSequence sequence, int position, int frontBoundary) { in roundUpToWordStart() method in SpellChecker