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

/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp318 int32_t nativeLimit = 0; local
367 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
376 nativeStart, nativeLimit, nativeDest,
380 nativeStart, nativeLimit, nativeDest,
395 nativeStart, nativeLimit,
413 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
442 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
443 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
471 expectedNativeLength += nativeLimit - nativeStart;
489 int32_t nativeLimit,
412 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
485 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
[all...]
/external/icu/icu4c/source/common/
H A Dutext.cpp485 int64_t nativeStart, int64_t nativeLimit,
496 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
502 int64_t nativeStart, int64_t nativeLimit,
514 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
484 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
501 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Drematch.cpp1618 int64_t nativeLimit = regionLimit; local
1619 if (nativeStart > fInputLength || nativeLimit > fInputLength) {
1629 fRegionLimit = nativeLimit;
1631 fActiveLimit = nativeLimit;
1642 fLookLimit = nativeLimit;
1646 fAnchorLimit = nativeLimit;

Completed in 75 milliseconds