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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
mmapped_buffer.h 52 return mIsUpdatable;
60 mAlignedSize(alignedSize), mMmapFd(mmapFd), mIsUpdatable(isUpdatable) {}
65 mMmapFd(0), mIsUpdatable(isUpdatable) {}
73 const bool mIsUpdatable;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_buffers.h 119 return mIsUpdatable;
147 const int mIsUpdatable;
ver4_dict_buffers.cpp 145 mIsUpdatable(isUpdatable) {}
153 mIsUpdatable(true) {}
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_buffers.h 109 return mIsUpdatable;
141 const int mIsUpdatable;
ver4_dict_buffers.cpp 204 mIsUpdatable(mDictBuffer->isUpdatable()) {}
212 mIsUpdatable(true) {}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 90 private final boolean mIsUpdatable;
124 mIsUpdatable = isUpdatable;
146 mIsUpdatable = true;
230 Log.e(TAG, "updatable: " + mIsUpdatable);
515 dictFile.length(), mIsUpdatable);
591 dictFile.length(), mIsUpdatable);

Completed in 81 milliseconds