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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.cpp 54 mCachedDicNodesForContinuousSuggestion->copyPush(dicNode);
dic_nodes_cache.h 92 mTerminalDicNodes->copyPush(dicNode);
96 mActiveDicNodes->copyPush(dicNode);
100 return mCachedDicNodesForContinuousSuggestion->copyPush(dicNode);
104 DicNode *pushedDicNode = mNextActiveDicNodes->copyPush(dicNode);
dic_node_priority_queue.h 78 AK_FORCE_INLINE DicNode *copyPush(DicNode *dicNode) {
79 return copyPush(dicNode, mMaxSize);
197 AK_FORCE_INLINE DicNode *copyPush(DicNode *dicNode, const int maxSize) {

Completed in 66 milliseconds