Lines Matching refs:u16Start
314 int32_t u16Start = 0; // UTF-16 indexes for a test. in TestCMR() local
363 u16Start = u16Map[srcIndex].nativeIdx; in TestCMR()
370 u16Start, u16Limit, u16Dest); in TestCMR()
374 u16Start, u16Limit, u16Dest); in TestCMR()
389 u16Start, u16Limit, in TestCMR()
407 int32_t u16Start, int32_t u16Limit, int32_t u16Dest) in TestCopyMove() argument
423 targetUS.copy(u16Start, u16Limit, u16Dest); in TestCopyMove()
427 targetUS.removeBetween(u16Start, u16Limit); in TestCopyMove()
429 int32_t amtCopied = u16Limit - u16Start; in TestCopyMove()
430 targetUS.removeBetween(u16Start+amtCopied, u16Limit+amtCopied); in TestCopyMove()
483 int32_t u16Start, // Range to be replaced, in UTF-16 units in TestReplace() argument
504 targetUS.replace(u16Start, u16Limit-u16Start, repStr); in TestReplace()