Lines Matching refs:mapToNative
867 // Length must be identical to mapToNative array, below,
871 uint8_t mapToNative[UTF8_TEXT_CHUNK_SIZE+4]; // map UChar index in buf to
1166 u8b->mapToNative[0] = 0;
1192 uint8_t *mapToNative = u8b->mapToNative;
1206 mapToNative[destIx] = (uint8_t)(srcIx - ix);
1228 mapToNative[dIx++] = (uint8_t)(cIx - ix);
1243 mapToNative[destIx] = (uint8_t)(srcIx - ix);
1296 uint8_t *mapToNative = u8b->mapToNative;
1310 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
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);
1512 int32_t nativeOffset = u8b->mapToNative[ut->chunkOffset + u8b->bufStartIdx] + u8b->toUCharsMapStart;