Home
last modified time | relevance | path

Searched defs:bigramWord1s (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java746 final HashSet<String> bigramWord1s = new HashSet<>(); in testGetWordProperties() local
758 final HashSet<String> bigramWord1s = bigrams.get(word0); in testGetWordProperties() local
818 final HashSet<String> bigramWord1s = new HashSet<>(); in testIterateAllWords() local
837 final HashSet<String> bigramWord1s = bigrams.get(word0); in testIterateAllWords() local