Home
last modified time | relevance | path

Searched refs:longI3Blocks (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1203 MixedBlocks longI3Blocks = null; in compactIndex() local
1205 longI3Blocks = new MixedBlocks(); in compactIndex()
1206 longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH); in compactIndex()
1246 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1284 int n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1307 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java1195 MixedBlocks longI3Blocks = null; in compactIndex() local
1197 longI3Blocks = new MixedBlocks(); in compactIndex()
1198 longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH); in compactIndex()
1238 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1276 int n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1299 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch457 + MixedBlocks longI3Blocks;
459 + if (!longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH)) {
488 + longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength);
503 + int32_t n = longI3Blocks.findBlock(index16, index16, indexLength);
521 + longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength);
/third_party/node/deps/icu-small/source/common/
Dumutablecptrie.cpp1313 MixedBlocks longI3Blocks; in compactIndex() local
1315 if (!longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH)) { in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1396 int32_t n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1419 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp1313 MixedBlocks longI3Blocks; in compactIndex() local
1315 if (!longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH)) { in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1396 int32_t n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1419 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutablecptrie.cpp1308 MixedBlocks longI3Blocks; in compactIndex() local
1310 if (!longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH)) { in compactIndex()
1353 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1391 int32_t n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1414 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/third_party/icu/icu4c/source/common/
Dumutablecptrie.cpp1313 MixedBlocks longI3Blocks; in compactIndex() local
1315 if (!longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH)) { in compactIndex()
1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1396 int32_t n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1419 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()