Home
last modified time | relevance | path

Searched refs:getPosInIndexTable (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dsparse_table.cpp25 const int readingPos = getPosInIndexTable(id); in contains()
34 const int indexTableReadingPos = getPosInIndexTable(id); in get()
48 const int posInIndexTable = getPosInIndexTable(id); in set()
92 int SparseTable::getPosInIndexTable(const int id) const { in getPosInIndexTable() function in latinime::SparseTable
Dsparse_table.h47 int getPosInIndexTable(const int id) const;