Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java395 int firstOccurrenceOfWord = -1; in removeDups() local
397 firstOccurrenceOfWord = removeSuggestedWordInfoFromList( in removeDups()
404 return firstOccurrenceOfWord; in removeDups()
411 int firstOccurrenceOfWord = -1; in removeSuggestedWordInfoFromList() local
415 if (firstOccurrenceOfWord == -1) { in removeSuggestedWordInfoFromList()
416 firstOccurrenceOfWord = i; in removeSuggestedWordInfoFromList()
422 return firstOccurrenceOfWord; in removeSuggestedWordInfoFromList()