Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Dutext.h675 int64_t nativeStart, int64_t nativeLimit,
850 int64_t nativeStart, int64_t nativeLimit,
890 int64_t nativeStart, int64_t nativeLimit,
1072 int64_t nativeStart, int64_t nativeLimit,
1107 int64_t nativeStart, int64_t nativeLimit,
1141 int64_t nativeStart, int64_t nativeLimit,
/external/icu/icu4c/source/common/unicode/
Dutext.h675 int64_t nativeStart, int64_t nativeLimit,
850 int64_t nativeStart, int64_t nativeLimit,
890 int64_t nativeStart, int64_t nativeLimit,
1072 int64_t nativeStart, int64_t nativeLimit,
1107 int64_t nativeStart, int64_t nativeLimit,
1141 int64_t nativeStart, int64_t nativeLimit,
/external/icu/icu4c/source/test/intltest/
Dutxttest.h54 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
59 int32_t nativeLimit,
Dutxttest.cpp311 int32_t nativeLimit = 0; in TestCMR() local
360 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()
369 nativeStart, nativeLimit, nativeDest, in TestCMR()
373 nativeStart, nativeLimit, nativeDest, in TestCMR()
388 nativeStart, nativeLimit, in TestCMR()
406 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() argument
435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
436 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove()
464 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
482 int32_t nativeLimit, in TestReplace() argument
[all …]
/external/icu/icu4c/source/common/
Dutext.cpp485 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument
496 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace()
502 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument
514 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
/external/icu/icu4c/source/i18n/
Drematch.cpp1618 int64_t nativeLimit = regionLimit; in region() local
1619 if (nativeStart > fInputLength || nativeLimit > fInputLength) { in region()
1629 fRegionLimit = nativeLimit; in region()
1631 fActiveLimit = nativeLimit; in region()
1642 fLookLimit = nativeLimit; in region()
1646 fAnchorLimit = nativeLimit; in region()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2838 void utext_copy_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UB… in utext_copy_android() argument
2839 utext_copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy_android()
2847 int32_t utext_extract_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, UChar * dest, i… in utext_extract_android() argument
2848 return utext_extract(ut, nativeStart, nativeLimit, dest, destCapacity, status); in utext_extract_android()
2892 int32_t utext_replace_android(UText * ut, int64_t nativeStart, int64_t nativeLimit, const UChar * r… in utext_replace_android() argument
2893 return utext_replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); in utext_replace_android()