Searched refs:checkAndPrepareWriting (Results 1 – 2 of 2) sorted by relevance
55 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
122 bool checkAndPrepareWriting(const int pos, const int size);