Lines Matching refs:mapIndex
1273 int32_t mapIndex = 0;
1364 mapIndex = ix - u8b->toUCharsMapStart;
1365 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1428 mapIndex = ix - u8b->toUCharsMapStart;
1429 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1462 mapIndex = ix - u8b->toUCharsMapStart;
1463 U_ASSERT(mapIndex>=0);
1464 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1465 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1887 int32_t mapIndex = index - u8b->toUCharsMapStart;
1888 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;