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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 38 class DicNodesCache {
40 AK_FORCE_INLINE DicNodesCache()
49 AK_FORCE_INLINE virtual ~DicNodesCache() {}
139 DISALLOW_COPY_AND_ASSIGN(DicNodesCache);
dic_nodes_cache.cpp 30 DicNode *DicNodesCache::setCommitPoint(int commitPoint) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 69 DicNodesCache *getDicTraverseCache() { return &mDicNodesCache; }
171 DicNodesCache mDicNodesCache;

Completed in 55 milliseconds