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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 83 public static final int SCRIPT_LATIN = 0;
99 mLanguageToScript.put("cs", SCRIPT_LATIN);
100 mLanguageToScript.put("da", SCRIPT_LATIN);
101 mLanguageToScript.put("de", SCRIPT_LATIN);
103 mLanguageToScript.put("en", SCRIPT_LATIN);
104 mLanguageToScript.put("es", SCRIPT_LATIN);
105 mLanguageToScript.put("fi", SCRIPT_LATIN);
106 mLanguageToScript.put("fr", SCRIPT_LATIN);
107 mLanguageToScript.put("hr", SCRIPT_LATIN);
108 mLanguageToScript.put("it", SCRIPT_LATIN);
    [all...]
AndroidWordLevelSpellCheckerSession.java 51 private int mScript; // One of SCRIPT_LATIN or SCRIPT_CYRILLIC for now.
137 case AndroidSpellCheckerService.SCRIPT_LATIN:

Completed in 261 milliseconds