Home
last modified time | relevance | path

Searched refs:oldTarget (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java53 int oldTarget = target.position(); in decodeLoop() local
69 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() local
227 int targetIndex = oldTarget + targetOffset; in encodeLoop()
228 int targetLength = target.limit() - oldTarget; in encodeLoop()
242 target.position(oldTarget + sourceLength); in encodeLoop()
[all …]
/external/icu/icu4c/source/common/
Ducnv_cb.c74 char *oldTarget; in ucnv_cbFromUWriteUChars() local
81 oldTarget = args->target; in ucnv_cbFromUWriteUChars()
94 while (args->target != oldTarget) /* if it moved at all.. */ in ucnv_cbFromUWriteUChars()
97 oldTarget++; in ucnv_cbFromUWriteUChars()
Ducnvlat1.c139 uint8_t *target, *oldTarget; in _Latin1FromUnicodeWithOffsets() local
152 target=oldTarget=(uint8_t *)pArgs->target; in _Latin1FromUnicodeWithOffsets()
235 oldTarget+=16*count; in _Latin1FromUnicodeWithOffsets()
302 size_t count=target-oldTarget; in _Latin1FromUnicodeWithOffsets()
473 UChar *target, *oldTarget; in _ASCIIToUnicodeWithOffsets() local
484 target=oldTarget=pArgs->target; in _ASCIIToUnicodeWithOffsets()
528 oldTarget+=count*8; in _ASCIIToUnicodeWithOffsets()
564 size_t count=target-oldTarget; in _ASCIIToUnicodeWithOffsets()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathNumbering.cpp287 BasicBlock* oldTarget = 0; in calculatePathNumbers() local
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) { in calculatePathNumbers()
296 if( oldTarget != (*succ)->getTarget()->getBlock() ) in calculatePathNumbers()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp554 BallLarusNode* oldTarget = formerEdge->getTarget(); in splitUpdate() local
561 oldTarget->removePredEdge(formerEdge); in splitUpdate()
562 BallLarusEdge* newEdge = addEdge(newNode, oldTarget,0); in splitUpdate()