Home | History | Annotate | Download | only in common

Lines Matching refs:mapIndex

927     int32_t  mapIndex = 0;
1018 mapIndex = ix - u8b->toUCharsMapStart;
1019 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1082 mapIndex = ix - u8b->toUCharsMapStart;
1083 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1116 mapIndex = ix - u8b->toUCharsMapStart;
1117 U_ASSERT(mapIndex>=0);
1118 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1119 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1527 int32_t mapIndex = index - u8b->toUCharsMapStart;
1528 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;