Searched refs:outLength (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/ |
D | words_priority_queue.h | 176 unsigned short** outWord, int *outScore, int *outLength) { in getHighestNormalizedScore() argument 181 mHighestSuggestedWord, before, beforeLength, outWord, outScore, outLength); in getHighestNormalizedScore() 203 const int beforeLength, unsigned short** outWord, int *outScore, int *outLength) { in getNormalizedScore() argument 213 if (outLength) { in getNormalizedScore() 214 *outLength = wordLength; in getNormalizedScore()
|