/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 675 int64_t nativeStart, int64_t nativeLimit, 850 int64_t nativeStart, int64_t nativeLimit, 890 int64_t nativeStart, int64_t nativeLimit, 1072 int64_t nativeStart, int64_t nativeLimit, 1107 int64_t nativeStart, int64_t nativeLimit, 1141 int64_t nativeStart, int64_t nativeLimit,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 656 int64_t nativeStart, int64_t nativeLimit, 833 int64_t nativeStart, int64_t nativeLimit, 873 int64_t nativeStart, int64_t nativeLimit, 1055 int64_t nativeStart, int64_t nativeLimit, 1090 int64_t nativeStart, int64_t nativeLimit, 1124 int64_t nativeStart, int64_t nativeLimit,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utext.h | 656 int64_t nativeStart, int64_t nativeLimit, 833 int64_t nativeStart, int64_t nativeLimit, 873 int64_t nativeStart, int64_t nativeLimit, 1055 int64_t nativeStart, int64_t nativeLimit, 1090 int64_t nativeStart, int64_t nativeLimit, 1124 int64_t nativeStart, int64_t nativeLimit,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utext.h | 656 int64_t nativeStart, int64_t nativeLimit, 833 int64_t nativeStart, int64_t nativeLimit, 873 int64_t nativeStart, int64_t nativeLimit, 1055 int64_t nativeStart, int64_t nativeLimit, 1090 int64_t nativeStart, int64_t nativeLimit, 1124 int64_t nativeStart, int64_t nativeLimit,
|
/third_party/icu/icu4c/source/test/intltest/ |
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.
|
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() argument 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, // Range to be replaced, in UText native units. in TestReplace() argument [all …]
|
/third_party/icu/icu4c/source/i18n/ |
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, FALSE, status); in lookingAt() 1575 int64_t nativeStart; in matches() local 1576 nativeStart = start; in matches() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
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, FALSE, status); in lookingAt() 1585 int64_t nativeStart; in matches() local 1586 nativeStart = start; in matches() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
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, FALSE, status); in lookingAt() 1575 int64_t nativeStart; in matches() local 1576 nativeStart = start; in matches() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/node/deps/icu-small/source/common/ |
D | utext.cpp | 487 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument 498 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace() 504 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument 516 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 487 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument 498 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace() 504 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument 516 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
|
/third_party/icu/icu4c/source/common/ |
D | utext.cpp | 487 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument 498 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace() 504 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument 516 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 485 int64_t nativeStart, int64_t nativeLimit, in utext_replace() argument 496 …int32_t i = ut->pFuncs->replace(ut, nativeStart, nativeLimit, replacementText, replacementLength, … in utext_replace() 502 int64_t nativeStart, int64_t nativeLimit, in utext_copy() argument 514 ut->pFuncs->copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy()
|