Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java1203 int i2Length = 0; in compactIndex() local
1307 index2[i2Length++] = (char)i3; in compactIndex()
1309 assert(i2Length == index2Capacity); in compactIndex()
1327 for (int i = 0; i < i2Length; i += blockLength) { in compactIndex()
1329 if ((i2Length - i) >= blockLength) { in compactIndex()
1335 blockLength = i2Length - i; in compactIndex()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1211 int i2Length = 0; in compactIndex() local
1315 index2[i2Length++] = (char)i3; in compactIndex()
1317 assert(i2Length == index2Capacity); in compactIndex()
1335 for (int i = 0; i < i2Length; i += blockLength) { in compactIndex()
1337 if ((i2Length - i) >= blockLength) { in compactIndex()
1343 blockLength = i2Length - i; in compactIndex()
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp1323 int32_t i2Length = 0; in compactIndex() local
1427 index2[i2Length++] = i3; in compactIndex()
1429 U_ASSERT(i2Length == index2Capacity); in compactIndex()
1447 for (int32_t i = 0; i < i2Length; i += blockLength) { in compactIndex()
1449 if ((i2Length - i) >= blockLength) { in compactIndex()
1455 blockLength = i2Length - i; in compactIndex()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...