Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DNgramContext.java228 int hashValue = 0; in hashCode() local
233 hashValue ^= wordInfo.hashCode(); in hashCode()
235 return hashValue; in hashCode()