Searched refs:oldTarget (Results 1 – 4 of 4) sorted by relevance
72 char *oldTarget; in ucnv_cbFromUWriteUChars() local79 oldTarget = args->target; in ucnv_cbFromUWriteUChars()92 while (args->target != oldTarget) /* if it moved at all.. */ in ucnv_cbFromUWriteUChars()95 oldTarget++; in ucnv_cbFromUWriteUChars()
136 uint8_t *target, *oldTarget; in _Latin1FromUnicodeWithOffsets() local149 target=oldTarget=(uint8_t *)pArgs->target; in _Latin1FromUnicodeWithOffsets()232 oldTarget+=16*count; in _Latin1FromUnicodeWithOffsets()299 size_t count=target-oldTarget; in _Latin1FromUnicodeWithOffsets()473 UChar *target, *oldTarget; in _ASCIIToUnicodeWithOffsets() local484 target=oldTarget=pArgs->target; in _ASCIIToUnicodeWithOffsets()528 oldTarget+=count*8; in _ASCIIToUnicodeWithOffsets()564 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()
554 BallLarusNode* oldTarget = formerEdge->getTarget(); in splitUpdate() local561 oldTarget->removePredEdge(formerEdge); in splitUpdate()562 BallLarusEdge* newEdge = addEdge(newNode, oldTarget,0); in splitUpdate()