Home
last modified time | relevance | path

Searched refs:PROBABILITY_SIZE (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dprobability_dict_content.cpp45 Ver4DictConstants::PROBABILITY_SIZE, &entryPos); in getProbabilityEntry()
119 + Ver4DictConstants::PROBABILITY_SIZE in getEntrySize()
125 + Ver4DictConstants::PROBABILITY_SIZE; in getEntrySize()
143 Ver4DictConstants::PROBABILITY_SIZE, &writingPos)) { in writeEntry()
Dbigram_dict_content.cpp60 Ver4DictConstants::PROBABILITY_SIZE, bigramEntryPos); in getBigramEntryAndAdvancePosition()
108 Ver4DictConstants::PROBABILITY_SIZE, entryWritingPos)) { in writeBigramEntryAndAdvancePosition()
Dbigram_dict_content.h120 + Ver4DictConstants::PROBABILITY_SIZE in getBigramEntrySize()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dprobability_entry.h110 encodedEntry = (encodedEntry << (Ver4DictConstants::PROBABILITY_SIZE * CHAR_BIT)) in encode()
137 Ver4DictConstants::PROBABILITY_SIZE); in decode()
139 Ver4DictConstants::PROBABILITY_SIZE, 0 /* pos */); in decode()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_constants.h52 static const int PROBABILITY_SIZE; variable
Dver4_dict_constants.cpp51 const int Ver4DictConstants::PROBABILITY_SIZE = 1; member in latinime::backward::v402::Ver4DictConstants
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_dict_constants.h44 static const int PROBABILITY_SIZE; variable
Dver4_dict_constants.cpp46 const int Ver4DictConstants::PROBABILITY_SIZE = 1; member in latinime::Ver4DictConstants