Home | History | Annotate | Download | only in common

Lines Matching refs:fastIndex

1201     uint16_t fastIndex[UCPTRIE_BMP_INDEX_LENGTH];  // fastIndexLength
1205 fastIndex[j] = (uint16_t)i3;
1229 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength);
1272 int32_t n = mixedBlocks.findBlock(fastIndex, index, i);
1302 uprv_memcpy(index16, fastIndex, fastIndexLength * 2);