Home
last modified time | relevance | path

Searched refs:startThis (Results 1 – 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dformatted_string_builder_test.cpp102 const int32_t startThis; in testSplice() member
125 sb1.replace(cas.startThis, cas.endThis - cas.startThis, replacement); in testSplice()
128 …sb2.splice(cas.startThis, cas.endThis, replacement, 0, replacement.length(), kUndefinedField, stat… in testSplice()
138 … sb1.replace(cas.startThis, cas.endThis - cas.startThis, UnicodeString(replacement, 1, 2)); in testSplice()
141 sb2.splice(cas.startThis, cas.endThis, replacement, 1, 3, kUndefinedField, status); in testSplice()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DFormattedStringBuilderTest.java88 int startThis = (Integer) cas[1]; in testSplice() local
94 sb1.replace(startThis, endThis, replacement); in testSplice()
97 sb2.splice(startThis, endThis, replacement, 0, replacement.length(), null); in testSplice()
106 sb1.replace(startThis, endThis, replacement.substring(1, 3)); in testSplice()
109 sb2.splice(startThis, endThis, replacement, 1, 3, null); in testSplice()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DFormattedStringBuilderTest.java91 int startThis = (Integer) cas[1]; in testSplice() local
97 sb1.replace(startThis, endThis, replacement); in testSplice()
100 sb2.splice(startThis, endThis, replacement, 0, replacement.length(), null); in testSplice()
109 sb1.replace(startThis, endThis, replacement.substring(1, 3)); in testSplice()
112 sb2.splice(startThis, endThis, replacement, 1, 3, null); in testSplice()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp195 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() argument
197 int32_t thisLength = endThis - startThis; in splice()
203 position = prepareForInsert(startThis, count, status); in splice()
206 position = remove(startThis, -count); in splice()
Dformatted_string_builder.h146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp195 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() argument
197 int32_t thisLength = endThis - startThis; in splice()
203 position = prepareForInsert(startThis, count, status); in splice()
206 position = remove(startThis, -count); in splice()
Dformatted_string_builder.h146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp195 FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() argument
197 int32_t thisLength = endThis - startThis; in splice()
203 position = prepareForInsert(startThis, count, status); in splice()
206 position = remove(startThis, -count); in splice()
Dformatted_string_builder.h146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java213 int startThis,
219 int thisLength = endThis - startThis;
225 position = prepareForInsert(startThis, count);
228 position = remove(startThis, -count);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java227 int startThis,
233 int thisLength = endThis - startThis;
239 position = prepareForInsert(startThis, count);
242 position = remove(startThis, -count);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.cpp194 NumberStringBuilder::splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr, in splice() argument
196 int32_t thisLength = endThis - startThis; in splice()
202 position = prepareForInsert(startThis, count, status); in splice()
205 position = remove(startThis, -count); in splice()
Dnumber_stringbuilder.h81 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
/third_party/chromium/patch/
D0001-cve.patch72863 +@@ -197,6 +198,9 @@ FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const Unic…
72864 + int32_t thisLength = endThis - startThis;
73055 @@ -197,6 +198,9 @@ FormattedStringBuilder::splice(int32_t startThis, int32_t endThis, const Unicod
73056 int32_t thisLength = endThis - startThis;