Lines Matching refs:mapToUChars
896 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to member
1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1040 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1104 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1139 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1140 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1188 u8b->mapToUChars[0] = 0; in utf8TextAccess()
1214 uint8_t *mapToUChars = u8b_swap->mapToUChars; in utf8TextAccess() local
1228 mapToUChars[srcIx-ix] = (uint8_t)destIx; in utf8TextAccess()
1253 mapToUChars[cIx++ - ix] = (uint8_t)dIxSaved; in utf8TextAccess()
1265 mapToUChars[srcIx - ix] = (uint8_t)destIx; in utf8TextAccess()
1322 uint8_t *mapToUChars = u8b_swap->mapToUChars; in utf8TextAccess() local
1323 int32_t toUCharsMapStart = ix - sizeof(UTF8Buf::mapToUChars) + 1; in utf8TextAccess()
1339 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1354 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1381 mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1558 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextMapIndexToUTF16()
1559 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextMapIndexToUTF16()