Home
last modified time | relevance | path

Searched refs:nativeLimit (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
Dutext.h673 int64_t nativeStart, int64_t nativeLimit,
848 int64_t nativeStart, int64_t nativeLimit,
888 int64_t nativeStart, int64_t nativeLimit,
1070 int64_t nativeStart, int64_t nativeLimit,
1105 int64_t nativeStart, int64_t nativeLimit,
1139 int64_t nativeStart, int64_t nativeLimit,
/external/icu4c/test/intltest/
Dutxttest.h48 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
53 int32_t nativeLimit,
Dutxttest.cpp308 int32_t nativeLimit = 0; in TestCMR() local
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()
366 nativeStart, nativeLimit, nativeDest, in TestCMR()
370 nativeStart, nativeLimit, nativeDest, in TestCMR()
385 nativeStart, nativeLimit, in TestCMR()
403 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() argument
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
433 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove()
461 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
479 int32_t nativeLimit, in TestReplace() argument
[all …]
/external/icu4c/common/
Dutext.cpp483 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument
494 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace()
500 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument
512 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
/external/icu4c/i18n/
Drematch.cpp1682 int64_t nativeLimit = regionLimit; in region() local
1683 if (nativeStart > fInputLength || nativeLimit > fInputLength) { in region()
1693 fRegionLimit = nativeLimit; in region()
1695 fActiveLimit = nativeLimit; in region()
1706 fLookLimit = nativeLimit; in region()
1710 fAnchorLimit = nativeLimit; in region()