Home
last modified time | relevance | path

Searched refs:DicNodesCache (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h32 class DicNodesCache {
34 AK_FORCE_INLINE explicit DicNodesCache(const bool usesLargeCapacityCache) in DicNodesCache() function
46 AK_FORCE_INLINE virtual ~DicNodesCache() {} in ~DicNodesCache()
131 DISALLOW_COPY_AND_ASSIGN(DicNodesCache);
Ddic_nodes_cache.cpp27 const int DicNodesCache::LARGE_PRIORITY_QUEUE_CAPACITY = 310;
29 const int DicNodesCache::SMALL_PRIORITY_QUEUE_CAPACITY = 100;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Ddic_traverse_session.h83 DicNodesCache *getDicTraverseCache() { return &mDicNodesCache; } in getDicTraverseCache()
175 DicNodesCache mDicNodesCache;