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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.h 56 int getEntryPos(const int terminalId) const {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
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 {

Completed in 571 milliseconds