/third_party/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 637 * @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 D | utext.h | 637 * @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 D | utext.h | 637 * @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 D | utxttest.h | 54 int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, 58 int32_t nativeStart, // Range to be replaced, in UText native units.
|
H A D | utxttest.cpp | 314 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 D | rematch.cpp | 910 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 D | rematch.cpp | 910 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 D | rematch.cpp | 905 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 D | utext.cpp | 487 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 D | utext.cpp | 490 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 D | utext.cpp | 487 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
|