Searched refs:BEGINNING_OF_SENTENCE (Results 1 – 5 of 5) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputConnectionAndTextRangeTests.java | 174 "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()
|
D | NgramContextTests.java | 54 assertTrue(NgramContext.BEGINNING_OF_SENTENCE.isBeginningOfSentenceContext()); in testIsBeginningOfSentenceContext()
|
D | BinaryDictionaryTests.java | 895 final NgramContext beginningOfSentenceContext = NgramContext.BEGINNING_OF_SENTENCE; in testBeginningOfSentence()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | NgramContext.java | 39 public static final NgramContext BEGINNING_OF_SENTENCE = field in NgramContext
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 1803 return NgramContext.BEGINNING_OF_SENTENCE; in getNgramContextFromNthPreviousWordForSuggestion()
|