/third_party/icu/icu4c/source/test/intltest/ |
D | formatted_string_builder_test.cpp | 102 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/ |
D | FormattedStringBuilderTest.java | 88 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/ |
D | FormattedStringBuilderTest.java | 91 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/ |
D | formatted_string_builder.cpp | 195 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()
|
D | formatted_string_builder.h | 146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
|
/third_party/icu/icu4c/source/i18n/ |
D | formatted_string_builder.cpp | 195 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()
|
D | formatted_string_builder.h | 146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formatted_string_builder.cpp | 195 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()
|
D | formatted_string_builder.h | 146 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | FormattedStringBuilder.java | 213 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/ |
D | FormattedStringBuilder.java | 227 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/ |
D | number_stringbuilder.cpp | 194 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()
|
D | number_stringbuilder.h | 81 int32_t splice(int32_t startThis, int32_t endThis, const UnicodeString &unistr,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 72863 +@@ -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;
|