Searched defs:childDicNodes2 (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp363 DicNodeVector childDicNodes2; local
375 childDicNodes2.clear();
377 traverseSession->getDictionaryStructurePolicy(), &childDicNodes2);
378 const int childSize2 = childDicNodes2.getSizeAndLock();
380 DicNode *const childDicNode2 = childDicNodes2[j];

Completed in 31 milliseconds