/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MutableCodePointTrie.java | 1213 int index3Start = fastIndexLength + index1Length; in compactIndex() 1214 int indexLength = index3Start; in compactIndex() 1232 if (indexLength == index3Start) { in compactIndex() 1244 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1246 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1288 if (indexLength == index3Start) { in compactIndex() 1305 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1307 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1318 assert(indexLength <= index3Start + index3Capacity); in compactIndex() 1344 n = findSameBlock(index16, index3Start, indexLengt in compactIndex() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | MutableCodePointTrie.java | 1205 int index3Start = fastIndexLength + index1Length; in compactIndex() 1206 int indexLength = index3Start; in compactIndex() 1224 if (indexLength == index3Start) { in compactIndex() 1236 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1238 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1280 if (indexLength == index3Start) { in compactIndex() 1297 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1299 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1310 assert(indexLength <= index3Start + index3Capacity); in compactIndex() 1336 n = findSameBlock(index16, index3Start, indexLengt in compactIndex() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | umutablecptrie.cpp | 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, indexLengt in compactIndex() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | umutablecptrie.cpp | 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, indexLengt in compactIndex() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 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, indexLengt in compactIndex() [all...] |