Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DNumberStringBuilder.java190 int otherLength = endOther - startOther;
191 int count = otherLength - thisLength;
200 for (int i = 0; i < otherLength; i++) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DNumberStringBuilder.java192 int otherLength = endOther - startOther;
193 int count = otherLength - thisLength;
202 for (int i = 0; i < otherLength; i++) {
/external/icu/icu4c/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()
/external/icu/icu4c/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()