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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbuffer_with_extendable_buffer.cpp151 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) { argument
153 const int tailPos = sourceBuffer->getTailPosition();
159 const uint32_t data = sourceBuffer->readUint(copyingSize, copyingPos);

Completed in 2655 milliseconds