Lines Matching refs:mapIndex
945 int32_t mapIndex = 0; in utf8TextAccess() local
1036 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1037 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1038 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1101 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1102 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1135 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1136 U_ASSERT(mapIndex>=0); in utf8TextAccess()
1137 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1138 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1555 int32_t mapIndex = index - u8b->toUCharsMapStart; in utf8TextMapIndexToUTF16() local
1556 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextMapIndexToUTF16()
1557 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextMapIndexToUTF16()