Home | History | Annotate | Download | only in common

Lines Matching refs:toUCharsMapStart

865     int32_t   toUCharsMapStart;                      // Native index corresponding to
1023 mapIndex = ix - u8b->toUCharsMapStart;
1087 mapIndex = ix - u8b->toUCharsMapStart;
1121 mapIndex = ix - u8b->toUCharsMapStart;
1170 u8b->toUCharsMapStart = ix;
1259 u8b->toUCharsMapStart = u8b->bufNativeStart;
1303 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1);
1315 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1316 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1321 while (destIx>2 && (srcIx - toUCharsMapStart > 5) && (srcIx > 0)) {
1330 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1331 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1347 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1350 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1352 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1357 mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx;
1372 u8b->toUCharsMapStart = toUCharsMapStart;
1517 int32_t nativeOffset = u8b->mapToNative[ut->chunkOffset + u8b->bufStartIdx] + u8b->toUCharsMapStart;
1532 int32_t mapIndex = index - u8b->toUCharsMapStart;