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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbuffer_with_extendable_buffer.h58 AK_FORCE_INLINE const uint8_t *getBuffer(const bool usesAdditionalBuffer) const { function in class:latinime::BufferWithExtendableBuffer
H A Dmmapped_buffer.h73 AK_FORCE_INLINE uint8_t *getBuffer() const { function in class:latinime::MmappedBuffer
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DByteArrayOutputStream.java97 private byte[] getBuffer(int index) { method in class:ByteArrayOutputStream
113 currentBuffer = getBuffer(currentBufferIndex);
238 currentBuffer = getBuffer(currentBufferIndex);
252 byte[] buf = getBuffer(i);
277 byte[] buf = getBuffer(i);

Completed in 627 milliseconds