Home
last modified time | relevance | path

Searched refs:dictLanguage (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryFactory.java182 final String dictLanguage = MAIN_DICT_PREFIX + locale.getLanguage(); in getMainDictionaryResourceIdIfAvailableForLocale() local
183 if ((resId = res.getIdentifier(dictLanguage, "raw", RESOURCE_PACKAGE_NAME)) != 0) { in getMainDictionaryResourceIdIfAvailableForLocale()