Home
last modified time | relevance | path

Searched refs: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
747 bigrams.put(word0, bigramWord1s); in testGetWordProperties()
758 final HashSet<String> bigramWord1s = bigrams.get(word0); in testGetWordProperties() local
761 assertEquals(bigramWord1s.size(), wordProperty.mNgrams.size()); in testGetWordProperties()
765 assertTrue(bigramWord1s.contains(word1)); in testGetWordProperties()
818 final HashSet<String> bigramWord1s = new HashSet<>(); in testIterateAllWords() local
819 bigrams.put(word0, bigramWord1s); in testIterateAllWords()
837 final HashSet<String> bigramWord1s = bigrams.get(word0); in testIterateAllWords() local
842 assertTrue(bigramWord1s.contains(word1)); in testIterateAllWords()