Searched refs:u16Limit (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.h | 51 int32_t u16Start, int32_t u16Limit, int32_t u16Dest); 57 int32_t u16Limit, // for use in the reference UnicodeString.
|
D | utxttest.cpp | 316 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String in TestCMR() local 365 u16Limit = u16Map[srcIndex+srcLength].nativeIdx; in TestCMR() 371 u16Start, u16Limit, u16Dest); in TestCMR() 375 u16Start, u16Limit, u16Dest); in TestCMR() 390 u16Start, u16Limit, in TestCMR() 408 int32_t u16Start, int32_t u16Limit, int32_t u16Dest) in TestCopyMove() argument 424 targetUS.copy(u16Start, u16Limit, u16Dest); in TestCopyMove() 427 if (u16Limit < u16Dest) { in TestCopyMove() 428 targetUS.removeBetween(u16Start, u16Limit); in TestCopyMove() 430 int32_t amtCopied = u16Limit - u16Start; in TestCopyMove() [all …]
|