Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DScriptUtils.java40 public static final int SCRIPT_LATIN = 11; field in ScriptUtils
58 mSpellCheckerLanguageToScript.put("cs", SCRIPT_LATIN);
59 mSpellCheckerLanguageToScript.put("da", SCRIPT_LATIN);
60 mSpellCheckerLanguageToScript.put("de", SCRIPT_LATIN);
62 mSpellCheckerLanguageToScript.put("en", SCRIPT_LATIN);
63 mSpellCheckerLanguageToScript.put("es", SCRIPT_LATIN);
64 mSpellCheckerLanguageToScript.put("fi", SCRIPT_LATIN);
65 mSpellCheckerLanguageToScript.put("fr", SCRIPT_LATIN);
66 mSpellCheckerLanguageToScript.put("hr", SCRIPT_LATIN);
67 mSpellCheckerLanguageToScript.put("it", SCRIPT_LATIN);
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java245 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
251 r = ic.getWordRangeAtCursor(TAB, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
259 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
267 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
307 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
319 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
332 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
344 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
356 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
368 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java116 int mScriptId = ScriptUtils.SCRIPT_LATIN;
392 ScriptUtils.SCRIPT_LATIN); in parseKeyboardLayoutSetFeature()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerService.java164 case ScriptUtils.SCRIPT_LATIN: in getKeyboardLayoutNameForScript()