Searched defs:maxIndex (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue.h116 unsigned int maxIndex = 0; local
126 maxIndex = i;
130 if (maxIndex > 0 && nsMaxSw) {
131 memmove(&swBuffer[1], &swBuffer[0], maxIndex * sizeof(SuggestedWord *));

Completed in 55 milliseconds