Searched refs:nativeDest (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dutxttest.h48 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
H A Dutxttest.cpp309 int32_t nativeDest = 0; local
358 nativeDest = nativeMap[destIndex].nativeIdx;
366 nativeStart, nativeLimit, nativeDest,
370 nativeStart, nativeLimit, nativeDest,
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) {
402 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) argument
/external/icu4c/common/unicode/
H A Dutext.h1131 * @param nativeDest The destination index to which the source substring is copied or moved.
1140 int64_t nativeDest,

Completed in 2147 milliseconds