Searched refs:SCRIPT_LATIN (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputConnectionAndTextRangeTests.java | 258 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 264 r = ic.getWordRangeAtCursor(TAB, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 272 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 280 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor() 321 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord() 333 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord() 346 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord() 358 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord() 370 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord() 382 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | ScriptUtils.java | 41 public static final int SCRIPT_LATIN = 11; field in ScriptUtils 53 mLanguageCodeToScriptCode.put("", SCRIPT_LATIN); // default 143 case SCRIPT_LATIN: in isLetterPartOfScript()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSet.java | 126 int mScriptId = ScriptUtils.SCRIPT_LATIN; 362 return ScriptUtils.SCRIPT_LATIN; in readScriptId()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
D | AndroidSpellCheckerService.java | 114 case ScriptUtils.SCRIPT_LATIN: in getKeyboardLayoutNameForLocale()
|