Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/
Dwords_priority_queue.h117 SuggestedWord* tempSw = swBuffer[i]; in outputSuggestions() local
118 if (!tempSw) { in outputSuggestions()
121 const float tempNs = getNormalizedScore(tempSw, before, beforeLength, 0, 0, 0); in outputSuggestions()
125 nsMaxSw = tempSw; in outputSuggestions()