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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp308 int32_t nativeLimit = 0; local
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
366 nativeStart, nativeLimit, nativeDest,
370 nativeStart, nativeLimit, nativeDest,
385 nativeStart, nativeLimit,
403 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
433 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
461 expectedNativeLength += nativeLimit - nativeStart;
479 int32_t nativeLimit,
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...]
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp310 int32_t nativeLimit = 0; local
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
368 nativeStart, nativeLimit, nativeDest,
372 nativeStart, nativeLimit, nativeDest,
387 nativeStart, nativeLimit,
405 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
435 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
463 expectedNativeLength += nativeLimit - nativeStart;
481 int32_t nativeLimit,
404 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
477 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp483 int64_t nativeStart, int64_t nativeLimit,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
500 int64_t nativeStart, int64_t nativeLimit,
512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
499 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp1682 int64_t nativeLimit = regionLimit; local
1683 if (nativeStart > fInputLength || nativeLimit > fInputLength) {
1693 fRegionLimit = nativeLimit;
1695 fActiveLimit = nativeLimit;
1706 fLookLimit = nativeLimit;
1710 fAnchorLimit = nativeLimit;
/external/icu/icu4c/source/common/
H A Dutext.cpp483 int64_t nativeStart, int64_t nativeLimit,
494 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status);
500 int64_t nativeStart, int64_t nativeLimit,
512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status);
482 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) argument
499 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.cpp1645 int64_t nativeLimit = regionLimit; local
1646 if (nativeStart > fInputLength || nativeLimit > fInputLength) {
1656 fRegionLimit = nativeLimit;
1658 fActiveLimit = nativeLimit;
1669 fLookLimit = nativeLimit;
1673 fAnchorLimit = nativeLimit;

Completed in 157 milliseconds