Home
last modified time | relevance | path

Searched refs:u16Limit (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.h55 int32_t u16Start, int32_t u16Limit, int32_t u16Dest);
61 int32_t u16Limit, // for use in the reference UnicodeString.
H A Dutxttest.cpp319 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String in TestCMR() local
368 u16Limit = u16Map[srcIndex+srcLength].nativeIdx; in TestCMR()
374 u16Start, u16Limit, u16Dest); in TestCMR()
378 u16Start, u16Limit, u16Dest); in TestCMR()
393 u16Start, u16Limit, 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()
431 targetUS.removeBetween(u16Start, u16Limit); in TestCopyMove()
433 int32_t amtCopied = u16Limit 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
482 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) TestReplace() argument
[all...]

Completed in 3 milliseconds