Searched refs:currentPos (Results 1 – 7 of 7) sorted by relevance
83 int currentPos = index; in interpret() local86 BerTlv temp = BerTlv.decode(data, currentPos); in interpret()97 currentPos = temp.getValueIndex() + temp.getValueLength(); in interpret()98 } while (currentPos < endPos); in interpret()
88 int currentPos = index; in interpret() local91 temp = BerTlv.decode(data, currentPos); in interpret()105 currentPos = temp.getValueIndex() + temp.getValueLength(); in interpret()106 } while (currentPos < endPos); in interpret()
88 int currentPos = index; in interpret() local91 temp = BerTlv.decode(data, currentPos); in interpret()108 currentPos = temp.getValueIndex() + temp.getValueLength(); in interpret()109 } while (currentPos < endPos); in interpret()
601 Position currentPos = mPositions.getLast(); in next() local602 mCurrentString.setLength(currentPos.length); in next()605 if (currentPos.pos.hasNext()) { in next()606 final PtNode currentPtNode = currentPos.pos.next(); in next()607 currentPos.length = mCurrentString.length(); in next()612 currentPos = new Position(currentPtNode.mChildren.mData); in next()613 currentPos.length = mCurrentString.length(); in next()614 mPositions.addLast(currentPos); in next()623 currentPos = mPositions.getLast(); in next()
697 int currentPos = list.getSelectedItemPosition(); in onKey() local698 if (currentPos < 0) { in onKey()701 currentPos = list.getCheckedItemPosition(); in onKey()703 if (currentPos >= 0) { in onKey()706 viewConversation(currentPos); in onKey()
164 int currentPos = pos; in getCodePointsAndProbabilityAndReturnCodePointCount() local168 ¤tPos); in getCodePointsAndProbabilityAndReturnCodePointCount()
1295 int currentPos = 0; in combine() local1298 System.arraycopy(array, 0, finalArray, currentPos, length); in combine()1299 currentPos += array.length; in combine()