Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutext.cpp894 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to member
1037 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1038 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1102 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1137 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()
1138 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()
1186 u8b->mapToUChars[0] = 0; in utf8TextAccess()
1212 uint8_t *mapToUChars = u8b_swap->mapToUChars; in utf8TextAccess() local
1226 mapToUChars[srcIx-ix] = (uint8_t)destIx; in utf8TextAccess()
1251 mapToUChars[cIx++ - ix] = (uint8_t)dIxSaved; in utf8TextAccess()
[all …]