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

/external/chromium_org/third_party/icu/source/test/intltest/
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/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp311 int32_t nativeDest = 0; local
360 nativeDest = nativeMap[destIndex].nativeIdx;
368 nativeStart, nativeLimit, nativeDest,
372 nativeStart, nativeLimit, nativeDest,
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) {
404 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 128 milliseconds