Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dutext.h673 int64_t nativeStart, int64_t nativeLimit,
987 int64_t nativeStart, int64_t nativeLimit,
1027 int64_t nativeStart, int64_t nativeLimit,
1209 int64_t nativeStart, int64_t nativeLimit,
1244 int64_t nativeStart, int64_t nativeLimit,
1278 int64_t nativeStart, int64_t nativeLimit,
/external/icu4c/test/intltest/
Dutxttest.h49 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
53 int32_t nativeStart, // Range to be replaced, in UText native units.
Dutxttest.cpp309 int32_t nativeStart = 0; // Native unit indexes for a test. in TestCMR() local
358 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
368 nativeStart, nativeLimit, nativeDest, in TestCMR()
372 nativeStart, nativeLimit, nativeDest, in TestCMR()
387 nativeStart, nativeLimit, in TestCMR()
405 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() argument
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
435 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove()
463 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
480 int32_t nativeStart, // Range to be replaced, in UText native units. in TestReplace() argument
[all …]
/external/icu4c/i18n/
Drematch.cpp866 int64_t nativeStart = start; in find() local
867 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in find()
871 fMatchEnd = nativeStart; in find()
1561 int64_t nativeStart; in lookingAt() local
1562 nativeStart = start; in lookingAt()
1563 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in lookingAt()
1569 MatchChunkAt((int32_t)nativeStart, FALSE, status); in lookingAt()
1571 MatchAt(nativeStart, FALSE, status); in lookingAt()
1633 int64_t nativeStart; in matches() local
1634 nativeStart = start; in matches()
[all …]
/external/icu4c/common/
Dutext.cpp829 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument
840 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace()
846 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument
858 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()