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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 554 final int bigramIndex = random.nextInt(bigramWords.size());
555 final Pair<String, String> bigram = bigramWords.get(bigramIndex);
556 bigramWords.remove(bigramIndex);
    [all...]

Completed in 134 milliseconds