Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
/external/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()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...