Lines Matching refs:nativeStart
310 int32_t nativeStart = 0; // Native unit indexes for a test. in TestCMR() local
359 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
369 nativeStart, nativeLimit, nativeDest, in TestCMR()
373 nativeStart, nativeLimit, nativeDest, in TestCMR()
388 nativeStart, nativeLimit, in TestCMR()
406 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() argument
435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
436 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove()
464 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
481 int32_t nativeStart, // Range to be replaced, in UText native units. in TestReplace() argument
511 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status); in TestReplace()
512 int32_t expectedDelta = repStr.length() - (nativeLimit - nativeStart); in TestReplace()