Searched refs:oldTarget (Results 1 – 6 of 6) sorted by relevance
53 int oldTarget = target.position(); in decodeLoop() local69 int targetIndex = oldTarget + targetOffset; in decodeLoop()70 int targetLength = target.limit() - oldTarget; in decodeLoop()84 target.position(oldTarget + sourceLength); in decodeLoop()88 target.position(oldTarget + targetLength); in decodeLoop()103 int count = target.position() - oldTarget; in decodeLoop()203 int oldTarget = target.position(); in encodeLoop() local227 int targetIndex = oldTarget + targetOffset; in encodeLoop()228 int targetLength = target.limit() - oldTarget; in encodeLoop()242 target.position(oldTarget + sourceLength); in encodeLoop()[all …]
74 char *oldTarget; in ucnv_cbFromUWriteUChars() local81 oldTarget = args->target; in ucnv_cbFromUWriteUChars()94 while (args->target != oldTarget) /* if it moved at all.. */ in ucnv_cbFromUWriteUChars()97 oldTarget++; in ucnv_cbFromUWriteUChars()
141 uint8_t *target, *oldTarget; in _Latin1FromUnicodeWithOffsets() local154 target=oldTarget=(uint8_t *)pArgs->target; in _Latin1FromUnicodeWithOffsets()237 oldTarget+=16*count; in _Latin1FromUnicodeWithOffsets()304 size_t count=target-oldTarget; in _Latin1FromUnicodeWithOffsets()485 UChar *target, *oldTarget; in _ASCIIToUnicodeWithOffsets() local496 target=oldTarget=pArgs->target; in _ASCIIToUnicodeWithOffsets()540 oldTarget+=count*8; in _ASCIIToUnicodeWithOffsets()576 size_t count=target-oldTarget; in _ASCIIToUnicodeWithOffsets()
287 BasicBlock* oldTarget = 0; in calculatePathNumbers() local292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) { in calculatePathNumbers()296 if( oldTarget != (*succ)->getTarget()->getBlock() ) in calculatePathNumbers()
199 String oldTarget = target; in main() local209 if (!target.equals(oldTarget)) { in main()211 + "\twas: " + oldTarget); in main()
554 BallLarusNode* oldTarget = formerEdge->getTarget(); in splitUpdate() local561 oldTarget->removePredEdge(formerEdge); in splitUpdate()562 BallLarusEdge* newEdge = addEdge(newNode, oldTarget,0); in splitUpdate()