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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 270 final int word0Index = random.nextInt(words.size());
272 if (word1Index >= word0Index) {
275 final String word0 = words.get(word0Index);
BinaryDictionaryTests.java 536 final int word0Index = random.nextInt(words.size());
538 if (word0Index <= word1Index) {
541 final String word0 = words.get(word0Index);
    [all...]

Completed in 112 milliseconds