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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataHandler.java 43 * @return the constructed list of wordlist metadata.
130 for (WordListMetadata wordList : metadata) {
131 if (id.equals(wordList.mId)
132 && wordList.mFormatVersion <= UpdateHandler.MAXIMUM_SUPPORTED_FORMAT_VERSION
133 && wordList.mFormatVersion > bestFormatVersion) {
134 bestWordList = wordList;
135 bestFormatVersion = wordList.mFormatVersion;
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...]
ActionBatch.java 102 final WordListMetadata wordList, final boolean forceStartNow) {
103 DebugLogUtils.l("New download action for client ", clientId, " : ", wordList);
105 mWordList = wordList;
234 public EnableAction(final String clientId, final WordListMetadata wordList) {
235 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList);
237 mWordList = wordList;
269 public DisableAction(final String clientId, final WordListMetadata wordlist) {
270 DebugLogUtils.l("New Disable action for client ", clientId, " : ", wordlist);
272 mWordList = wordlist;
316 public MakeAvailableAction(final String clientId, final WordListMetadata wordlist) {
    [all...]
  /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/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 351 milliseconds