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

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 54 GSList* dicts = m_enchantDicts; local
56 for (; dicts; dicts = dicts->next) {
57 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data);
65 GSList* dicts = m_enchantDicts; local
67 for (; dicts; dicts = dicts->next) {
68 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data)
76 GSList* dicts = m_enchantDicts; local
142 GSList* dicts = m_enchantDicts; local
162 Vector<CString>* dicts = static_cast<Vector<CString>*>(data); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 354 final HashMap<String, WordListInfo> dicts = new HashMap<String, WordListInfo>(); local
411 final WordListInfo currentBestMatch = dicts.get(wordListCategory);
414 dicts.put(wordListCategory,
420 return Collections.unmodifiableCollection(dicts.values());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryInfoUtils.java 128 return context.getFilesDir() + File.separator + "dicts";
324 File[] dicts = BinaryDictionaryGetter.getCachedWordLists(localeString, context); local
325 for (final File dict : dicts) {

Completed in 80 milliseconds