Searched refs:u16Dest (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | utxttest.h | 55 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
|
H A D | utxttest.cpp | 320 int32_t u16Dest = 0; in TestCMR() local 369 u16Dest = u16Map[destIndex].nativeIdx; in TestCMR() 374 u16Start, u16Limit, u16Dest); in TestCMR() 378 u16Start, u16Limit, u16Dest); in TestCMR() 411 int32_t u16Start, int32_t u16Limit, int32_t u16Dest) in TestCopyMove() 427 targetUS.copy(u16Start, u16Limit, u16Dest); in TestCopyMove() 430 if (u16Limit < u16Dest) { in TestCopyMove() 409 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) TestCopyMove() argument
|
Completed in 3 milliseconds