Lines Matching refs:mapIndex
941 int32_t mapIndex = 0; in utf8TextAccess() local
1032 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1033 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1096 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1097 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1130 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1131 U_ASSERT(mapIndex>=0); in utf8TextAccess()
1132 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1133 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1541 int32_t mapIndex = index - u8b->toUCharsMapStart; in utf8TextMapIndexToUTF16() local
1542 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextMapIndexToUTF16()