Home
last modified time | relevance | path

Searched refs:otherLength (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedStringBuilder.java220 int otherLength = endOther - startOther;
221 int count = otherLength - thisLength;
230 for (int i = 0; i < otherLength; i++) {
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.cpp198 int32_t otherLength = endOther - startOther; in splice() local
199 int32_t count = otherLength - thisLength; in splice()
211 for (int32_t i = 0; i < otherLength; i++) { in splice()
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.cpp198 int32_t otherLength = endOther - startOther; in splice() local
199 int32_t count = otherLength - thisLength; in splice()
211 for (int32_t i = 0; i < otherLength; i++) { in splice()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.cpp198 int32_t otherLength = endOther - startOther; in splice() local
199 int32_t count = otherLength - thisLength; in splice()
211 for (int32_t i = 0; i < otherLength; i++) { in splice()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java234 int otherLength = endOther - startOther;
235 int count = otherLength - thisLength;
244 for (int i = 0; i < otherLength; i++) {
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_stringbuilder.cpp197 int32_t otherLength = endOther - startOther; in splice() local
198 int32_t count = otherLength - thisLength; in splice()
210 for (int32_t i = 0; i < otherLength; i++) { in splice()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local
219 if (otherLength < length || (otherLength / 3) > length) { in equals()
226 return j >= otherLength; in equals()
227 } else if (j >= otherLength) { in equals()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp218 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local
220 if (otherLength < length || (otherLength / 3) > length) { in equals()
227 return j >= otherLength; in equals()
228 } else if (j >= otherLength) { in equals()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local
219 if (otherLength < length || (otherLength / 3) > length) { in equals()
226 return j >= otherLength; in equals()
227 } else if (j >= otherLength) { in equals()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp217 int32_t otherLength = (int32_t)(otherLimit - otherStart); in equals() local
219 if (otherLength < length || (otherLength / 3) > length) { in equals()
226 return j >= otherLength; in equals()
227 } else if (j >= otherLength) { in equals()
/third_party/chromium/patch/
D0001-cve.patch72865 + int32_t otherLength = endOther - startOther;
72866 + int32_t count = otherLength - thisLength;
73057 int32_t otherLength = endOther - startOther;
73058 int32_t count = otherLength - thisLength;