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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserHistoryDictionaryTests.java 63 final Set<String> wordSet = CollectionUtils.newHashSet();
64 while (wordSet.size() < number) {
65 wordSet.add(generateWord(random.nextInt()));
67 return new ArrayList<String>(wordSet);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOTests.java 145 final Set<String> wordSet = CollectionUtils.newHashSet();
146 while (wordSet.size() < number) {
147 wordSet.add(generateWord(random.nextInt()));
149 sWords.addAll(wordSet);
  /dalvik/docs/
prettify.js 96 function wordSet(words) {
745 var keywords = wordSet(options.keywords);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 216 milliseconds