Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbuffer_with_extendable_buffer.cpp134 const size_t tailPosition = static_cast<size_t>(getTailPosition()); in checkAndPrepareWriting() local
135 if (totalRequiredSize <= tailPosition) { in checkAndPrepareWriting()
139 if (static_cast<size_t>(pos) != tailPosition) { in checkAndPrepareWriting()