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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
terminal_position_lookup_table.cpp 38 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId));
51 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(mSize))) {
59 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId));
65 if (getEntryPos(mSize) < getBuffer()->getTailPosition()) {
89 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(i));
97 getEntryPos(nextNewTerminalId))) {
probability_dict_content.h 64 int getEntryPos(const int terminalId) const;
terminal_position_lookup_table.h 64 int getEntryPos(const int terminalId) const {
probability_dict_content.cpp 41 int entryPos = getEntryPos(terminalId);
66 const int entryPos = getEntryPos(terminalId);
85 if (getEntryPos(mSize) < getBuffer()->getTailPosition()) {
129 int ProbabilityDictContent::getEntryPos(const int terminalId) const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.cpp 28 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId));
41 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(mSize))) {
49 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(terminalId));
55 if (getEntryPos(mSize) < getBuffer()->getTailPosition()) {
78 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_ADDRESS_SIZE, getEntryPos(i));
86 getEntryPos(nextNewTerminalId))) {
terminal_position_lookup_table.h 56 int getEntryPos(const int terminalId) const {

Completed in 103 milliseconds