Searched refs:longI3Blocks (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MutableCodePointTrie.java | 1203 MixedBlocks longI3Blocks = null; in compactIndex() 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/ |
H A D | MutableCodePointTrie.java | 1195 MixedBlocks longI3Blocks = null; in compactIndex() 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/icu/icu4c/source/common/ |
H A D | umutablecptrie.cpp | 1313 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/node/deps/icu-small/source/common/ |
H A D | umutablecptrie.cpp | 1313 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/ |
H A D | umutablecptrie.cpp | 1313 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()
|
Completed in 18 milliseconds