Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java116 final boolean shouldMakeSuggestionsAllUpperCase = wordComposer.isAllUpperCase() in getTransformedSuggestedWordInfoList()
303 final boolean isAllUpperCase = wordComposer.isAllUpperCase(); in getSuggestedWordsForBatchInput()
304 if (isFirstCharCapitalized || isAllUpperCase) { in getSuggestedWordsForBatchInput()
309 wordInfo, null == wordlocale ? locale : wordlocale, isAllUpperCase, in getSuggestedWordsForBatchInput()
411 final SuggestedWordInfo wordInfo, final Locale locale, final boolean isAllUpperCase, in getTransformedSuggestedWordInfo() argument
414 if (isAllUpperCase) { in getTransformedSuggestedWordInfo()
DWordComposer.java330 public boolean isAllUpperCase() { in isAllUpperCase() method in WordComposer