Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
Dpatricia_trie_policy.cpp38 int nextPos = dicNode->getChildrenPtNodeArrayPos(); in createAndGetAllChildDicNodes() local
39 if (nextPos < 0 || nextPos >= mDictBufferSize) { in createAndGetAllChildDicNodes()
41 nextPos, mDictBufferSize); in createAndGetAllChildDicNodes()
47 mDictRoot, &nextPos); in createAndGetAllChildDicNodes()
49 if (nextPos < 0 || nextPos >= mDictBufferSize) { in createAndGetAllChildDicNodes()
51 nextPos, mDictBufferSize, i, childCount); in createAndGetAllChildDicNodes()
56 nextPos = createAndGetLeavingChildNode(dicNode, nextPos, childDicNodes); in createAndGetAllChildDicNodes()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaByDayAdapter.java659 int nextPos = listPos + 1; in getCursorPosition() local
660 if (nextPos < mRowInfo.size()) { in getCursorPosition()
661 nextPos = getCursorPosition(nextPos); in getCursorPosition()
662 if (nextPos >= 0) { in getCursorPosition()
663 return -nextPos; in getCursorPosition()