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

/external/chromium/third_party/icu/source/test/intltest/
H A Dutxttest.cpp313 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String local
362 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
368 u16Start, u16Limit, u16Dest);
372 u16Start, u16Limit, u16Dest);
387 u16Start, u16Limit,
405 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
421 targetUS.copy(u16Start, u16Limit, u16Dest);
424 if (u16Limit < u16Dest) {
425 targetUS.removeBetween(u16Start, u16Limit);
427 int32_t amtCopied = u16Limit
403 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
476 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp315 int32_t u16Limit = 0; // used when performing the same operation in a Unicode String local
364 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
370 u16Start, u16Limit, u16Dest);
374 u16Start, u16Limit, u16Dest);
389 u16Start, u16Limit,
407 int32_t u16Start, int32_t u16Limit, int32_t u16Dest)
423 targetUS.copy(u16Start, u16Limit, u16Dest);
426 if (u16Limit < u16Dest) {
427 targetUS.removeBetween(u16Start, u16Limit);
429 int32_t amtCopied = u16Limit
405 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
478 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 93 milliseconds