Home
last modified time | relevance | path

Searched refs:index3Start (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1222 int index3Start = fastIndexLength + index1Length; in compactIndex() local
1223 int indexLength = index3Start; in compactIndex()
1241 if (indexLength == index3Start) { in compactIndex()
1253 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1255 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1297 if (indexLength == index3Start) { in compactIndex()
1314 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1316 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1327 assert(indexLength <= index3Start + index3Capacity); in compactIndex()
1353 n = findSameBlock(index16, index3Start, indexLength, in compactIndex()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java1215 int index3Start = fastIndexLength + index1Length; in compactIndex() local
1216 int indexLength = index3Start; in compactIndex()
1234 if (indexLength == index3Start) { in compactIndex()
1246 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1248 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1290 if (indexLength == index3Start) { in compactIndex()
1307 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1309 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1320 assert(indexLength <= index3Start + index3Capacity); in compactIndex()
1346 n = findSameBlock(index16, index3Start, indexLength, in compactIndex()
[all …]
/external/icu/icu4c/source/common/
Dumutablecptrie.cpp1320 int32_t index3Start = fastIndexLength + index1Length; in compactIndex() local
1321 int32_t indexLength = index3Start; in compactIndex()
1339 if (indexLength == index3Start) { in compactIndex()
1351 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1353 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1395 if (indexLength == index3Start) { in compactIndex()
1412 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1414 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1425 U_ASSERT(indexLength <= index3Start + index3Capacity); in compactIndex()
1451 n = findSameBlock(index16, index3Start, indexLength, in compactIndex()
[all …]