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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 46 mHeaderPolicy(mMmappedBuffer->getReadOnlyByteArrayView().data(),
47 FormatUtils::detectFormatVersion(mMmappedBuffer->getReadOnlyByteArrayView())),
48 mBuffer(mMmappedBuffer->getReadOnlyByteArrayView().skip(mHeaderPolicy.getSize())),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.h 47 ReadOnlyByteArrayView getReadOnlyByteArrayView() const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp 114 mmappedBuffer->getReadOnlyByteArrayView());
178 switch (FormatUtils::detectFormatVersion(mmappedBuffer->getReadOnlyByteArrayView())) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 134 mHeaderPolicy(mHeaderBuffer->getReadOnlyByteArrayView().data(), formatVersion),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp 175 mHeaderPolicy(mHeaderBuffer->getReadOnlyByteArrayView().data(), formatVersion),

Completed in 220 milliseconds