HomeSort by relevance Sort by last modified time
    Searched refs:getReadWriteByteArrayView (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
sparse_table_dict_content.h 54 mLookupTableBuffer ? mLookupTableBuffer->getReadWriteByteArrayView() :
58 mAddressTableBuffer ? mAddressTableBuffer->getReadWriteByteArrayView() :
62 mContentBuffer ? mContentBuffer->getReadWriteByteArrayView() :
single_dict_content.h 45 mMmappedBuffer ? mMmappedBuffer->getReadWriteByteArrayView() :
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.h 43 ReadWriteByteArrayView getReadWriteByteArrayView() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 135 mExpandableHeaderBuffer(mHeaderBuffer->getReadWriteByteArrayView(),
138 mDictBuffer ? mDictBuffer->getReadWriteByteArrayView() :
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp 49 const ReadWriteByteArrayView buffer = bodyBuffer->getReadWriteByteArrayView();
176 mExpandableHeaderBuffer(mHeaderBuffer->getReadWriteByteArrayView(),

Completed in 511 milliseconds