Lines Matching refs:toUCharsMapStart
874 int32_t toUCharsMapStart; // Native index corresponding to member
1032 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1096 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1130 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1179 u8b->toUCharsMapStart = ix; in utf8TextAccess()
1268 u8b->toUCharsMapStart = u8b->bufNativeStart; in utf8TextAccess()
1312 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); in utf8TextAccess() local
1324 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()
1325 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1330 while (destIx>2 && (srcIx - toUCharsMapStart > 5) && (srcIx > 0)) { in utf8TextAccess()
1339 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1340 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()
1356 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()
1359 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()
1361 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()
1366 mapToUChars[sIx-- - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1381 u8b->toUCharsMapStart = toUCharsMapStart; in utf8TextAccess()
1526 …nt32_t nativeOffset = u8b->mapToNative[ut->chunkOffset + u8b->bufStartIdx] + u8b->toUCharsMapStart; in utf8TextMapOffsetToNative()
1541 int32_t mapIndex = index - u8b->toUCharsMapStart; in utf8TextMapIndexToUTF16()