Home
last modified time | relevance | path

Searched refs:getEntryPos (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dterminal_position_lookup_table.cpp28 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId)); in getTerminalPtNodePosition()
41 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(mSize))) { in setTerminalPtNodePosition()
49 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId)); in setTerminalPtNodePosition()
55 if (getEntryPos(mSize) < getBuffer()->getTailPosition()) { in flushToFile()
78 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(i)); in runGCTerminalIds()
86 getEntryPos(nextNewTerminalId))) { in runGCTerminalIds()
Dterminal_position_lookup_table.h56 int getEntryPos(const int terminalId) const { in getEntryPos() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dterminal_position_lookup_table.cpp38 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId)); in getTerminalPtNodePosition()
51 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(mSize))) { in setTerminalPtNodePosition()
59 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId)); in setTerminalPtNodePosition()
65 if (getEntryPos(mSize) < getBuffer()->getTailPosition()) { in flushToFile()
89 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(i)); in runGCTerminalIds()
97 getEntryPos(nextNewTerminalId))) { in runGCTerminalIds()
Dprobability_dict_content.cpp41 int entryPos = getEntryPos(terminalId); in getProbabilityEntry()
66 const int entryPos = getEntryPos(terminalId); in setProbabilityEntry()
87 if (getEntryPos(mSize) < getBuffer()->getTailPosition()) { in flushToFile()
131 int ProbabilityDictContent::getEntryPos(const int terminalId) const { in getEntryPos() function in latinime::backward::v402::ProbabilityDictContent
Dterminal_position_lookup_table.h64 int getEntryPos(const int terminalId) const { in getEntryPos() function
Dprobability_dict_content.h64 int getEntryPos(const int terminalId) const;