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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 173 for (File wordList : wordLists) {
175 DictionaryInfoUtils.getCategoryFromFileName(wordList.getName());
178 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel));
211 for (File wordList : wordLists) {
213 DictionaryInfoUtils.getWordListIdFromFileName(wordList.getName());
215 if (!canonicalFileToKeep.equals(wordList.getCanonicalFile())) {
216 wordList.delete();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 264 * Helper method to get the wordlist metadata associated with a wordlist ID.
267 * @param wordlistId the ID of the wordlist for which to get the metadata.
268 * @return the metadata for this wordlist ID, or null if none could be found.
303 final ContentValues wordList = getWordlistMetadataForWordlistId(clientId, wordlistId);
305 if (null == wordList) return null;
308 final int status = wordList.getAsInteger(MetadataDbHelper.STATUS_COLUMN);
319 wordList.getAsString(MetadataDbHelper.LOCAL_FILENAME_COLUMN);
382 // Test the requested locale against this wordlist locale. The requested locale
392 // The locale of this wordlist does not match the required locale
    [all...]
UpdateHandler.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 523 * @param wordList List to store words
526 private void addAutoGeneratedCandidates(String input, ArrayList wordList, boolean all) {
527 wordList.add(new WnnWord(input, input, mPosDefault, (CLAUSE_COST - 1) * input.length()));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 159 milliseconds