HomeSort by relevance Sort by last modified time
    Searched defs:word1Index (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 469 int word1Index = random.nextInt(words.size() - 1);
470 if (word1Index >= word0Index) {
471 word1Index += 1;
474 final String word1 = words.get(word1Index);
569 final int word1Index = (index >= word0Index) ? index + 1 : index;
570 final String word1 = words.get(word1Index);
    [all...]
BinaryDictionaryTests.java     [all...]

Completed in 84 milliseconds