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

/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp312 int32_t nativeDest = 0; local
361 nativeDest = nativeMap[destIndex].nativeIdx;
369 nativeStart, nativeLimit, nativeDest,
373 nativeStart, nativeLimit, nativeDest,
406 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
436 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
405 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

Completed in 108 milliseconds