Searched defs:mLanguageToScript (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerService.java86 private static final TreeMap<String, Integer> mLanguageToScript; field in class:AndroidSpellCheckerService
96 mLanguageToScript = CollectionUtils.newTreeMap();
97 mLanguageToScript.put("en", SCRIPT_LATIN);
98 mLanguageToScript.put("fr", SCRIPT_LATIN);
99 mLanguageToScript.put("de", SCRIPT_LATIN);
100 mLanguageToScript.put("nl", SCRIPT_LATIN);
101 mLanguageToScript.put("cs", SCRIPT_LATIN);
102 mLanguageToScript.put("es", SCRIPT_LATIN);
103 mLanguageToScript.put("it", SCRIPT_LATIN);
104 mLanguageToScript
[all...]

Completed in 47 milliseconds