Searched refs:mapToUChars (Results 1 – 4 of 4) sorted by relevance
896 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to member1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()1040 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()1104 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()1139 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars)); in utf8TextAccess()1140 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()1188 u8b->mapToUChars[0] = 0; in utf8TextAccess()1214 uint8_t *mapToUChars = u8b_swap->mapToUChars; in utf8TextAccess() local1228 mapToUChars[srcIx-ix] = (uint8_t)destIx; in utf8TextAccess()1253 mapToUChars[cIx++ - ix] = (uint8_t)dIxSaved; in utf8TextAccess()[all …]
894 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to member1037 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() local1226 mapToUChars[srcIx-ix] = (uint8_t)destIx; in utf8TextAccess()1251 mapToUChars[cIx++ - ix] = (uint8_t)dIxSaved; in utf8TextAccess()[all …]