Home
last modified time | relevance | path

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

/external/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()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DFormattedStringBuilder.java220 int otherLength = endOther - startOther;
221 int count = otherLength - thisLength;
230 for (int i = 0; i < otherLength; i++) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedStringBuilder.java218 int otherLength = endOther - startOther;
219 int count = otherLength - thisLength;
228 for (int i = 0; i < otherLength; i++) {
/external/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()