Searched refs:prevIndexLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MutableCodePointTrie.java | 1249 int prevIndexLength = indexLength; in compactIndex() local 1253 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1255 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1305 int prevIndexLength = indexLength; in compactIndex() local 1314 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1316 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1367 int prevIndexLength = indexLength; in compactIndex() local 1371 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MutableCodePointTrie.java | 1242 int prevIndexLength = indexLength; in compactIndex() local 1246 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1248 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1298 int prevIndexLength = indexLength; in compactIndex() local 1307 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1309 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1360 int prevIndexLength = indexLength; in compactIndex() local 1364 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
|
/external/icu/icu4c/source/common/ |
D | umutablecptrie.cpp | 1347 int32_t prevIndexLength = indexLength; in compactIndex() local 1351 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1353 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1403 int32_t prevIndexLength = indexLength; in compactIndex() local 1412 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1414 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1465 int32_t prevIndexLength = indexLength; in compactIndex() local 1469 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex()
|