Home
last modified time | relevance | path

Searched refs:LARGE_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()
168 static const int LARGE_PRIORITY_QUEUE_CAPACITY; variable
Ddic_nodes_cache.cpp27 const int DicNodesCache::LARGE_PRIORITY_QUEUE_CAPACITY = 310; member in latinime::DicNodesCache