Home | History | Annotate | Download | only in intltest

Lines Matching refs:nativeStart

317     int32_t  nativeStart = 0; // Native unit indexes for a test.
366 nativeStart = nativeMap[srcIndex].nativeIdx;
376 nativeStart, nativeLimit, nativeDest,
380 nativeStart, nativeLimit, nativeDest,
395 nativeStart, nativeLimit,
413 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
442 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
443 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
471 expectedNativeLength += nativeLimit - nativeStart;
488 int32_t nativeStart, // Range to be replaced, in UText native units.
518 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status);
519 int32_t expectedDelta = repStr.length() - (nativeLimit - nativeStart);