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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
format_utils.cpp 28 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::getFormatVersion(const int formatVersion) {
61 return getFormatVersion(ByteArrayUtils::readUint16(dict, 4));
format_utils.h 44 static FORMAT_VERSION getFormatVersion(const int formatVersion);
dict_file_writing_utils.cpp 44 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtilsTests.java 89 assertTrue(binaryDictionary.getFormatVersion() == formatVersion);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp 59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 548 && needsToMigrateDictionary(mBinaryDictionary.getFormatVersion())) {
612 mBinaryDictionary.getFormatVersion()))) {
678 Log.d(TAG, "Format version: " + mBinaryDictionary.getFormatVersion());
BinaryDictionary.java 332 public int getFormatVersion() {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 135 assertEquals(formatVersion, binaryDictionary.getFormatVersion());
143 assertEquals(formatVersion, binaryDictionary.getFormatVersion());
    [all...]
BinaryDictionaryDecayingTests.java 623 assertEquals(fromFormatVersion, binaryDictionary.getFormatVersion());
626 assertEquals(toFormatVersion, binaryDictionary.getFormatVersion());
    [all...]

Completed in 178 milliseconds