Searched defs:nativeStart (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp311 int32_t nativeStart = 0; // Native unit indexes for a test. local
360 nativeStart = nativeMap[srcIndex].nativeIdx;
370 nativeStart, nativeLimit, nativeDest,
374 nativeStart, nativeLimit, nativeDest,
389 nativeStart, nativeLimit,
407 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
436 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
437 if (nativeDest > nativeStart && nativeDest < nativeLimit) {
465 expectedNativeLength += nativeLimit - nativeStart;
482 int32_t nativeStart, // Rang
406 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
479 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/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);
2836 // Note: The initial nativeStart and chunkOffset must sum to zero
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.cpp904 int64_t nativeStart = start; local
905 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
909 fMatchEnd = nativeStart;
1503 int64_t nativeStart; local
1504 nativeStart = start;
1505 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) {
1511 MatchChunkAt((int32_t)nativeStart, FALSE, status);
1513 MatchAt(nativeStart, FALS
1575 int64_t nativeStart; local
1617 int64_t nativeStart = regionStart; local
[all...]

Completed in 120 milliseconds