Lines Matching refs:index3Start
1325 int32_t index3Start = fastIndexLength + index1Length; in compactIndex() local
1326 int32_t indexLength = index3Start; in compactIndex()
1344 if (indexLength == index3Start) { in compactIndex()
1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1400 if (indexLength == index3Start) { in compactIndex()
1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1419 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1430 U_ASSERT(indexLength <= index3Start + index3Capacity); in compactIndex()
1456 n = findSameBlock(index16, index3Start, indexLength, in compactIndex()
1463 if (indexLength == index3Start) { in compactIndex()
1474 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1479 U_ASSERT(i1 == index3Start); in compactIndex()