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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp 25 const int readingPos = getPosInIndexTable(id);
34 const int indexTableReadingPos = getPosInIndexTable(id);
48 const int posInIndexTable = getPosInIndexTable(id);
92 int SparseTable::getPosInIndexTable(const int id) const {
sparse_table.h 47 int getPosInIndexTable(const int id) const;

Completed in 80 milliseconds