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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
format_utils.h 51 static FORMAT_VERSION detectFormatVersion(const ReadOnlyByteArrayView dictBuffer);
format_utils.cpp 46 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::detectFormatVersion(
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
format_utils_test.cpp 55 FormatUtils::detectFormatVersion(ReadOnlyByteArrayView()));
60 EXPECT_EQ(FormatUtils::VERSION_2, FormatUtils::detectFormatVersion(
66 EXPECT_EQ(FormatUtils::VERSION_402, FormatUtils::detectFormatVersion(
72 EXPECT_EQ(FormatUtils::VERSION_403, FormatUtils::detectFormatVersion(
79 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion(
85 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion(
91 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion(
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp 113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion(
178 switch (FormatUtils::detectFormatVersion(mmappedBuffer->getReadOnlyByteArrayView())) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.h 47 FormatUtils::detectFormatVersion(mMmappedBuffer->getReadOnlyByteArrayView())),

Completed in 96 milliseconds