Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h159 LARGE_PRIORITY_QUEUE_CAPACITY : SMALL_PRIORITY_QUEUE_CAPACITY; in getCacheCapacity()
169 static const int SMALL_PRIORITY_QUEUE_CAPACITY; variable
Ddic_nodes_cache.cpp29 const int DicNodesCache::SMALL_PRIORITY_QUEUE_CAPACITY = 100; member in latinime::DicNodesCache