Lines Matching refs:mapIndex
947 int32_t mapIndex = 0; in utf8TextAccess() local
1038 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1040 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1103 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1104 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1137 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1138 U_ASSERT(mapIndex>=0); in utf8TextAccess()
1139 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1140 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1557 int32_t mapIndex = index - u8b->toUCharsMapStart; in utf8TextMapIndexToUTF16() local
1558 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextMapIndexToUTF16()
1559 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextMapIndexToUTF16()