Home
last modified time | relevance | path

Searched refs:roundUpToWordStart (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DSpellChecker.java832 sentenceStart = roundUpToWordStart(sequence, textChangeStart, sentenceStart); in detectSentenceBoundary()
834 sentenceStart = roundUpToWordStart(sequence, sentenceEnd - MAX_SENTENCE_LENGTH, in detectSentenceBoundary()
841 private int roundUpToWordStart(CharSequence sequence, int position, int frontBoundary) { in roundUpToWordStart() method in SpellChecker