Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/src/
Dbinary_format.h324 int lastCandidateGroupPos = 0; in getWordAtAddress() local
376 lastCandidateGroupPos = startPos; in getWordAtAddress()
392 if (0 != lastCandidateGroupPos) { in getWordAtAddress()
394 getFlagsAndForwardPointer(root, &lastCandidateGroupPos); in getWordAtAddress()
396 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos); in getWordAtAddress()
401 getCharCodeAndForwardPointer(root, &lastCandidateGroupPos); in getWordAtAddress()
405 nextChar = getCharCodeAndForwardPointer(root, &lastCandidateGroupPos); in getWordAtAddress()
411 lastCandidateGroupPos = skipFrequency(lastFlags, lastCandidateGroupPos); in getWordAtAddress()
412 pos = readChildrenPosition(root, lastFlags, lastCandidateGroupPos); in getWordAtAddress()
427 if (hasChildren) lastCandidateGroupPos = startPos; in getWordAtAddress()