Searched refs:u16Dest (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.h50 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
H A Dutxttest.cpp315 int32_t u16Dest = 0; local
364 u16Dest = u16Map[destIndex].nativeIdx;
369 u16Start, u16Limit, u16Dest);
373 u16Start, u16Limit, u16Dest);
406 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
422 targetUS.copy(u16Start, u16Limit, u16Dest);
425 if (u16Limit < u16Dest) {
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
/external/icu4c/test/intltest/
H A Dutxttest.h49 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
H A Dutxttest.cpp313 int32_t u16Dest = 0; local
362 u16Dest = u16Map[destIndex].nativeIdx;
367 u16Start, u16Limit, u16Dest);
371 u16Start, u16Limit, u16Dest);
404 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
420 targetUS.copy(u16Start, u16Limit, u16Dest);
423 if (u16Limit < u16Dest) {
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

Completed in 65 milliseconds