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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_constants.h 58 static const int WORD_LEVEL_FIELD_SIZE;
ver4_dict_constants.cpp 57 const int Ver4DictConstants::WORD_LEVEL_FIELD_SIZE = 1;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
probability_entry.h 78 encodedEntry = (encodedEntry << (Ver4DictConstants::WORD_LEVEL_FIELD_SIZE * CHAR_BIT))
94 + Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
98 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
101 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE,
bigram_dict_content.cpp 48 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, bigramEntryPos);
108 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, entryWritingPos)) {
bigram_dict_content.h 101 + Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_constants.h 49 static const int WORD_LEVEL_FIELD_SIZE;
ver4_dict_constants.cpp 54 const int Ver4DictConstants::WORD_LEVEL_FIELD_SIZE = 1;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
probability_dict_content.cpp 50 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, &entryPos);
122 + Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
156 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, &writingPos)) {
bigram_dict_content.h 115 + Ver4DictConstants::WORD_LEVEL_FIELD_SIZE
bigram_dict_content.cpp 55 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, bigramEntryPos);
93 Ver4DictConstants::WORD_LEVEL_FIELD_SIZE, entryWritingPos)) {

Completed in 177 milliseconds