Searched refs:nativeStart (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 673 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/icu/icu4c/source/test/intltest/ |
D | utxttest.h | 50 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, 54 int32_t nativeStart, // Range to be replaced, in UText native units.
|
D | utxttest.cpp | 311 int32_t nativeStart = 0; // Native unit indexes for a test. in TestCMR() local 360 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR() 370 nativeStart, nativeLimit, nativeDest, in TestCMR() 374 nativeStart, nativeLimit, nativeDest, in TestCMR() 389 nativeStart, nativeLimit, in TestCMR() 407 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove() argument 436 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove() 437 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove() 465 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove() 482 int32_t nativeStart, // Range to be replaced, in UText native units. in TestReplace() argument [all …]
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 904 int64_t nativeStart = start; in find() local 905 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in find() 909 fMatchEnd = nativeStart; in find() 1503 int64_t nativeStart; in lookingAt() local 1504 nativeStart = start; in lookingAt() 1505 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in lookingAt() 1511 MatchChunkAt((int32_t)nativeStart, FALSE, status); in lookingAt() 1513 MatchAt(nativeStart, FALSE, status); in lookingAt() 1575 int64_t nativeStart; in matches() local 1576 nativeStart = start; in matches() [all …]
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 483 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()
|