Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java1212 MixedBlocks longI3Blocks = null; in compactIndex() local
1214 longI3Blocks = new MixedBlocks(); in compactIndex()
1215 longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH); in compactIndex()
1255 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1293 int n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1316 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java1205 MixedBlocks longI3Blocks = null; in compactIndex() local
1207 longI3Blocks = new MixedBlocks(); in compactIndex()
1208 longI3Blocks.init(index16Capacity, INDEX_3_18BIT_BLOCK_LENGTH); in compactIndex()
1248 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
1286 int n = longI3Blocks.findBlock(index16, index16, indexLength); in compactIndex()
1309 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
/external/icu/icu4c/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()