Home | History | Annotate | Download | only in common

Lines Matching refs:mapIndex

932     int32_t  mapIndex = 0;
1023 mapIndex = ix - u8b->toUCharsMapStart;
1024 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1087 mapIndex = ix - u8b->toUCharsMapStart;
1088 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1121 mapIndex = ix - u8b->toUCharsMapStart;
1122 U_ASSERT(mapIndex>=0);
1123 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1124 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1532 int32_t mapIndex = index - u8b->toUCharsMapStart;
1533 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;