Home
last modified time | relevance | path

Searched refs:mapToUChars (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dutext.cpp876 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to member
1019 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1083 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1118 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1119 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1167 u8b->mapToUChars[0] = 0; in utf8TextAccess()
1193 uint8_t *mapToUChars = u8b->mapToUChars; in utf8TextAccess() local
1207 mapToUChars[srcIx-ix] = (uint8_t)destIx; in utf8TextAccess()
1236 mapToUChars[cIx++ - ix] = (uint8_t)dIxSaved; in utf8TextAccess()
1248 mapToUChars[srcIx - ix] = (uint8_t)destIx; in utf8TextAccess()
[all …]