Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h36 mDicNodePriorityQueue0(getCacheCapacity()), in DicNodesCache()
37 mDicNodePriorityQueue1(getCacheCapacity()), in DicNodesCache()
38 mDicNodePriorityQueue2(getCacheCapacity()), in DicNodesCache()
54 const int nextActiveSizeFittingToTheCapacity = std::min(nextActiveSize, getCacheCapacity()); in reset()
157 AK_FORCE_INLINE int getCacheCapacity() const { in getCacheCapacity() function