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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
NgramContextUtils.java 64 return new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
86 prevWordsInfo[i] = WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO;
94 prevWordsInfo[i] = WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO;
100 prevWordsInfo[i] = WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
NgramContextTests.java 30 assertEquals(new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO),
31 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO));
40 assertTrue(new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO)
46 assertTrue(new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO, new WordInfo("a"))
48 assertFalse(new NgramContext(new WordInfo("a"), WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO)
51 WordInfo.EMPTY_WORD_INFO, WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO)
62 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
72 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
82 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
97 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
NgramContext.java 40 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);
57 public static final WordInfo BEGINNING_OF_SENTENCE_WORD_INFO = new WordInfo();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
WordProperty.java 107 ? WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO

Completed in 177 milliseconds