Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbuffer_with_extendable_buffer.cpp153 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) { in copy() argument
155 const int tailPos = sourceBuffer->getTailPosition(); in copy()
161 const uint32_t data = sourceBuffer->readUint(copyingSize, copyingPos); in copy()
Dbuffer_with_extendable_buffer.h104 bool copy(const BufferWithExtendableBuffer *const sourceBuffer);