Home
last modified time | relevance | path

Searched refs:FLAGS_IN_PROBABILITY_FILE_SIZE (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dprobability_dict_content.cpp43 Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE, &entryPos); in getProbabilityEntry()
118 return Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE in getEntrySize()
124 return Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE in getEntrySize()
138 Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE, &writingPos)) { in writeEntry()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_dict_constants.h53 static const int FLAGS_IN_PROBABILITY_FILE_SIZE; variable
Dver4_dict_constants.cpp52 const int Ver4DictConstants::FLAGS_IN_PROBABILITY_FILE_SIZE = 1; member in latinime::backward::v402::Ver4DictConstants