Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DScriptUtils.java184 public static int getScriptFromSpellCheckerLocale(final Locale locale) { in getScriptFromSpellCheckerLocale() method in ScriptUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java323 final int script = ScriptUtils.getScriptFromSpellCheckerLocale(locale); in createKeyboardForLocale()
DAndroidWordLevelSpellCheckerSession.java121 mScript = ScriptUtils.getScriptFromSpellCheckerLocale(mLocale); in onCreate()