HomeSort by relevance Sort by last modified time
    Searched full:ngramcontext_empty (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
NgramContextTests.java 87 final NgramContext ngramContext_empty = new NgramContext(WordInfo.EMPTY_WORD_INFO);
88 assertEquals("", ngramContext_empty.extractPrevWordsContext());
90 ngramContext_empty.getNextNgramContext(new WordInfo("a"));
118 final NgramContext ngramContext_empty = new NgramContext(WordInfo.EMPTY_WORD_INFO);
119 assertEquals(0, ngramContext_empty.extractPrevWordsContextArray().length);
121 ngramContext_empty.getNextNgramContext(new WordInfo("a"));

Completed in 138 milliseconds