Searched refs:localeIndex (Results 1 – 2 of 2) sorted by relevance
311 final int localeIndex = cursor.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in createInstalledDictSettingsCollection() local318 final String localeString = cursor.getString(localeIndex); in createInstalledDictSettingsCollection()
354 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); in getDictionaryWordListsForLocale() local379 final String wordListLocale = results.getString(localeIndex); in getDictionaryWordListsForLocale()