Lines Matching refs:mapIndex
950 int32_t mapIndex = 0; in utf8TextAccess() local
1041 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1042 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1043 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1106 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1107 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1140 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1141 U_ASSERT(mapIndex>=0); in utf8TextAccess()
1142 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1143 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1560 int32_t mapIndex = index - u8b->toUCharsMapStart; in utf8TextMapIndexToUTF16() local
1561 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextMapIndexToUTF16()
1562 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextMapIndexToUTF16()