Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbuffer_with_extendable_buffer.cpp55 return checkAndPrepareWriting(getTailPosition(), size); in extend()
70 if (!checkAndPrepareWriting(*pos, size)) { in writeUintAndAdvancePosition()
90 if (!checkAndPrepareWriting(*pos, size)) { in writeCodePointsAndAdvancePosition()
118 bool BufferWithExtendableBuffer::checkAndPrepareWriting(const int pos, const int size) { in checkAndPrepareWriting() function in latinime::BufferWithExtendableBuffer
Dbuffer_with_extendable_buffer.h122 bool checkAndPrepareWriting(const int pos, const int size);