Home
last modified time | relevance | path

Searched refs:nativeStart (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
H A Dutext.h637 * @param nativeStart the native index of the first character to extract.\
643 * nativeLimit must be >= nativeStart.
656 int64_t nativeStart, int64_t nativeLimit,
819 * @param nativeStart the native index of the start of the region to be replaced
833 int64_t nativeStart, int64_t nativeLimit,
861 * @param nativeStart The native index of the start of the region to be copied or moved
873 int64_t nativeStart, int64_t nativeLimit,
1040 * @param nativeStart the native index of the first character to extract.
1055 int64_t nativeStart, int64_t nativeLimit,
1076 * @param nativeStart th
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutext.h637 * @param nativeStart the native index of the first character to extract.\
643 * nativeLimit must be >= nativeStart.
656 int64_t nativeStart, int64_t nativeLimit,
819 * @param nativeStart the native index of the start of the region to be replaced
833 int64_t nativeStart, int64_t nativeLimit,
861 * @param nativeStart The native index of the start of the region to be copied or moved
873 int64_t nativeStart, int64_t nativeLimit,
1040 * @param nativeStart the native index of the first character to extract.
1055 int64_t nativeStart, int64_t nativeLimit,
1076 * @param nativeStart th
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dutext.h637 * @param nativeStart the native index of the first character to extract.\
643 * nativeLimit must be >= nativeStart.
656 int64_t nativeStart, int64_t nativeLimit,
819 * @param nativeStart the native index of the start of the region to be replaced
833 int64_t nativeStart, int64_t nativeLimit,
861 * @param nativeStart The native index of the start of the region to be copied or moved
873 int64_t nativeStart, int64_t nativeLimit,
1040 * @param nativeStart the native index of the first character to extract.
1055 int64_t nativeStart, int64_t nativeLimit,
1076 * @param nativeStart th
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.h54 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest,
58 int32_t nativeStart, // Range to be replaced, in UText native units.
H A Dutxttest.cpp314 int32_t nativeStart = 0; // Native unit indexes for a test. in TestCMR() local
363 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
373 nativeStart, nativeLimit, nativeDest, in TestCMR()
377 nativeStart, nativeLimit, nativeDest, in TestCMR()
392 nativeStart, nativeLimit, in TestCMR()
410 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, in TestCopyMove()
439 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
440 if (nativeDest > nativeStart && nativeDest < nativeLimit) { in TestCopyMove()
468 expectedNativeLength += nativeLimit - nativeStart; in TestCopyMove()
485 int32_t nativeStart, // Rang in TestReplace()
409 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) TestCopyMove() argument
482 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) TestReplace() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp910 int64_t nativeStart = start; in find() local
911 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in find()
915 fMatchEnd = nativeStart; in find()
1513 int64_t nativeStart; in lookingAt() local
1514 nativeStart = start; in lookingAt()
1515 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in lookingAt()
1521 MatchChunkAt((int32_t)nativeStart, false, status); in lookingAt()
1523 MatchAt(nativeStart, fals in lookingAt()
1585 int64_t nativeStart; matches() local
1627 int64_t nativeStart = regionStart; region() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp910 int64_t nativeStart = start; in find() local
911 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in find()
915 fMatchEnd = nativeStart; in find()
1513 int64_t nativeStart; in lookingAt() local
1514 nativeStart = start; in lookingAt()
1515 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in lookingAt()
1521 MatchChunkAt((int32_t)nativeStart, false, status); in lookingAt()
1523 MatchAt(nativeStart, fals in lookingAt()
1585 int64_t nativeStart; matches() local
1627 int64_t nativeStart = regionStart; region() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp905 int64_t nativeStart = start; in find() local
906 if (nativeStart < fActiveStart || nativeStart > fActiveLimit) { in find()
910 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, FALS in lookingAt()
1575 int64_t nativeStart; matches() local
1617 int64_t nativeStart = regionStart; region() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dutext.cpp487 int64_t nativeStart, int64_t nativeLimit, in utext_replace()
498 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); in utext_replace()
504 int64_t nativeStart, int64_t nativeLimit, in utext_copy()
516 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
2865 // Note: The initial nativeStart and chunkOffset must sum to zero
486 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) utext_replace() argument
503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
/third_party/node/deps/icu-small/source/common/
H A Dutext.cpp490 int64_t nativeStart, int64_t nativeLimit, in utext_replace()
501 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); in utext_replace()
507 int64_t nativeStart, int64_t nativeLimit, in utext_copy()
519 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
2868 // Note: The initial nativeStart and chunkOffset must sum to zero
489 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const char16_t *replacementText, int32_t replacementLength, UErrorCode *status) utext_replace() argument
506 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dutext.cpp487 int64_t nativeStart, int64_t nativeLimit, in utext_replace()
498 int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, status); in utext_replace()
504 int64_t nativeStart, int64_t nativeLimit, in utext_copy()
516 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
2865 // Note: The initial nativeStart and chunkOffset must sum to zero
486 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) utext_replace() argument
503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument

Completed in 28 milliseconds