Home
last modified time | relevance | path

Searched refs:splitText (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java79 final CharSequence splitText = splitTexts[j]; in fixWronglyInvalidatedWordWithSingleQuote() local
80 if (TextUtils.isEmpty(splitText)) { in fixWronglyInvalidatedWordWithSingleQuote()
83 if (mSuggestionsCache.getSuggestionsFromCache(splitText.toString(), prevWordsInfo) in fixWronglyInvalidatedWordWithSingleQuote()
87 final int newLength = splitText.length(); in fixWronglyInvalidatedWordWithSingleQuote()
93 Log.d(TAG, "Override and remove old span over: " + splitText + ", " in fixWronglyInvalidatedWordWithSingleQuote()
DAndroidWordLevelSpellCheckerSession.java242 final String[] splitText = inText.split(Constants.REGEXP_PERIOD); in onGetSuggestionsInternal() local
244 for (final String word : splitText) { in onGetSuggestionsInternal()
254 TextUtils.join(Constants.STRING_SPACE, splitText) }); in onGetSuggestionsInternal()