Lines Matching refs:nativeStart
311 int32_t nativeStart = 0; // Native unit indexes for a test. in TestCMR() local
360 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
370 nativeStart, nativeLimit, nativeDest, in TestCMR()
374 nativeStart, nativeLimit, nativeDest, in TestCMR()
389 nativeStart, nativeLimit, in TestCMR()
407 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() argument
436 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
437 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove()
465 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
482 int32_t nativeStart, // Range to be replaced, in UText native units. in TestReplace() argument
512 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status); in TestReplace()
513 int32_t expectedDelta = repStr.length() - (nativeLimit - nativeStart); in TestReplace()