Searched refs:u16Start (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | utxttest.h | 50 int32_t u16Start, int32_t u16Limit, int32_t u16Dest); 55 int32_t u16Start, // Range to be replaced, in UTF-16 units
|
D | utxttest.cpp | 313 int32_t u16Start = 0; // UTF-16 indexes for a test. in TestCMR() local 362 u16Start = u16Map[srcIndex].nativeIdx; in TestCMR() 369 u16Start, u16Limit, u16Dest); in TestCMR() 373 u16Start, u16Limit, u16Dest); in TestCMR() 388 u16Start, u16Limit, in TestCMR() 406 int32_t u16Start, int32_t u16Limit, int32_t u16Dest) in TestCopyMove() argument 422 targetUS.copy(u16Start, u16Limit, u16Dest); in TestCopyMove() 426 targetUS.removeBetween(u16Start, u16Limit); in TestCopyMove() 428 int32_t amtCopied = u16Limit - u16Start; in TestCopyMove() 429 targetUS.removeBetween(u16Start+amtCopied, u16Limit+amtCopied); in TestCopyMove() [all …]
|