Lines Matching defs:nativeStart
307 int32_t nativeStart = 0; // Native unit indexes for a test.
356 nativeStart = nativeMap[srcIndex].nativeIdx;
366 nativeStart, nativeLimit, nativeDest,
370 nativeStart, nativeLimit, nativeDest,
385 nativeStart, nativeLimit,
403 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
433 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
461 expectedNativeLength += nativeLimit - nativeStart;
478 int32_t nativeStart, // Range to be replaced, in UText native units.
508 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status);
509 int32_t expectedDelta = repStr.length() - (nativeLimit - nativeStart);