Searched defs:u16Start (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dutxttest.cpp311 int32_t u16Start = 0; // UTF-16 indexes for a test. local
360 u16Start = u16Map[srcIndex].nativeIdx;
367 u16Start, u16Limit, u16Dest);
371 u16Start, u16Limit, u16Dest);
386 u16Start, u16Limit,
404 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
420 targetUS.copy(u16Start, u16Limit, u16Dest);
424 targetUS.removeBetween(u16Start, u16Limit);
426 int32_t amtCopied = u16Limit - u16Start;
427 targetUS.removeBetween(u16Start
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
475 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
[all...]

Completed in 274 milliseconds