Lines Matching refs:mapToUChars
861 // mapToUChars[0].
876 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to
1019 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1083 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1118 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1119 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1167 u8b->mapToUChars[0] = 0;
1193 uint8_t *mapToUChars = u8b->mapToUChars;
1207 mapToUChars[srcIx-ix] = (uint8_t)destIx;
1232 mapToUChars[cIx++ - ix] = (uint8_t)dIxSaved;
1244 mapToUChars[srcIx - ix] = (uint8_t)destIx;
1297 uint8_t *mapToUChars = u8b->mapToUChars;
1311 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1325 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1352 mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx;
1528 int32_t offset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;