Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dsparse_table.cpp50 int tailPos = mIndexTableBuffer->getTailPosition(); in set() local
51 while (tailPos <= posInIndexTable) { in set()
52 if (!mIndexTableBuffer->writeUintAndAdvancePosition(NOT_EXIST, INDEX_SIZE, &tailPos)) { in set()
53 AKLOGE("cannot extend index table. tailPos: %d to: %d", tailPos, posInIndexTable); in set()
Dbuffer_with_extendable_buffer.cpp155 const int tailPos = sourceBuffer->getTailPosition(); in copy() local
157 while (copyingPos < tailPos) { in copy()
158 const int remainingSize = tailPos - copyingPos; in copy()