Home | History | Annotate | Download | only in intltest

Lines Matching defs:nativeStart

309     int32_t  nativeStart = 0; // Native unit indexes for a test.
358 nativeStart = nativeMap[srcIndex].nativeIdx;
368 nativeStart, nativeLimit, nativeDest,
372 nativeStart, nativeLimit, nativeDest,
387 nativeStart, nativeLimit,
405 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
435 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
463 expectedNativeLength += nativeLimit - nativeStart;
480 int32_t nativeStart, // Range to be replaced, in UText native units.
510 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status);
511 int32_t expectedDelta = repStr.length() - (nativeLimit - nativeStart);