Home | History | Annotate | Download | only in common

Lines Matching refs:toUCharsMapStart

860     int32_t   toUCharsMapStart;                      // Native index corresponding to
1018 mapIndex = ix - u8b->toUCharsMapStart;
1082 mapIndex = ix - u8b->toUCharsMapStart;
1116 mapIndex = ix - u8b->toUCharsMapStart;
1165 u8b->toUCharsMapStart = ix;
1254 u8b->toUCharsMapStart = u8b->bufNativeStart;
1298 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1);
1310 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1311 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1316 while (destIx>2 && (srcIx - toUCharsMapStart > 5) && (srcIx > 0)) {
1325 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1326 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1342 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1345 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1347 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1352 mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx;
1367 u8b->toUCharsMapStart = toUCharsMapStart;
1512 int32_t nativeOffset = u8b->mapToNative[ut->chunkOffset + u8b->bufStartIdx] + u8b->toUCharsMapStart;
1527 int32_t mapIndex = index - u8b->toUCharsMapStart;