HomeSort by relevance Sort by last modified time
    Searched refs:BEGINNING_OF_SENTENCE (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 164 "abc", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE);
166 "abc. def", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE);
204 "abc def.", mSpacingAndPunctuations, 1), NgramContext.BEGINNING_OF_SENTENCE);
206 "abc def .", mSpacingAndPunctuations, 1), NgramContext.BEGINNING_OF_SENTENCE);
212 "abc? def", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE);
216 "abc! def", mSpacingAndPunctuations, 2), NgramContext.BEGINNING_OF_SENTENCE);
NgramContextTests.java 42 assertTrue(NgramContext.BEGINNING_OF_SENTENCE.isBeginningOfSentenceContext());
BinaryDictionaryTests.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 39 public static final NgramContext BEGINNING_OF_SENTENCE =
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 643 milliseconds