Home
last modified time | relevance | path

Searched refs:startOther (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp196 int32_t startOther, int32_t endOther, Field field, UErrorCode& status) { in splice() argument
198 int32_t otherLength = endOther - startOther; in splice()
212 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice()
Dformatted_string_builder.h147 int32_t startOther, int32_t endOther, Field field, UErrorCode& status);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java216 int startOther,
220 int otherLength = endOther - startOther;
231 chars[position + i] = sequence.charAt(startOther + i);
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp197 int32_t startOther, int32_t endOther, Field field, UErrorCode& status) { in splice() argument
199 int32_t otherLength = endOther - startOther; in splice()
216 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice()
Dformatted_string_builder.h147 int32_t startOther, int32_t endOther, Field field, UErrorCode& status);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java230 int startOther,
234 int otherLength = endOther - startOther;
245 chars[position + i] = sequence.charAt(startOther + i);
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp197 int32_t startOther, int32_t endOther, Field field, UErrorCode& status) { in splice() argument
199 int32_t otherLength = endOther - startOther; in splice()
216 getCharPtr()[position + i] = unistr.charAt(startOther + i); in splice()
Dformatted_string_builder.h147 int32_t startOther, int32_t endOther, Field field, UErrorCode& status);
/third_party/chromium/patch/
D0001-cve.patch72865 + int32_t otherLength = endOther - startOther;
73057 int32_t otherLength = endOther - startOther;