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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbuffer_with_extendable_buffer.cpp53 return checkAndPrepareWriting(getTailPosition(), size);
68 if (!checkAndPrepareWriting(*pos, size)) {
88 if (!checkAndPrepareWriting(*pos, size)) {
116 bool BufferWithExtendableBuffer::checkAndPrepareWriting(const int pos, const int size) { function in class:latinime::BufferWithExtendableBuffer

Completed in 105 milliseconds