Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java174 "abc", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE); in testGetPreviousWord()
176 "abc. def", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE); in testGetPreviousWord()
214 "abc def.", mSpacingAndPunctuations, 1), NgramContext.BEGINNING_OF_SENTENCE); in testGetPreviousWord()
216 "abc def .", mSpacingAndPunctuations, 1), NgramContext.BEGINNING_OF_SENTENCE); in testGetPreviousWord()
222 "abc? def", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE); in testGetPreviousWord()
226 "abc! def", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE); in testGetPreviousWord()
DNgramContextTests.java54 assertTrue(NgramContext.BEGINNING_OF_SENTENCE.isBeginningOfSentenceContext()); in testIsBeginningOfSentenceContext()
DBinaryDictionaryTests.java895 final NgramContext beginningOfSentenceContext = NgramContext.BEGINNING_OF_SENTENCE; in testBeginningOfSentence()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DNgramContext.java39 public static final NgramContext BEGINNING_OF_SENTENCE = field in NgramContext
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1803 return NgramContext.BEGINNING_OF_SENTENCE; in getNgramContextFromNthPreviousWordForSuggestion()