Searched defs:mapToUChars (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutext.cpp877 // mapToUChars[0].
892 uint8_t mapToUChars[UTF8_TEXT_CHUNK_SIZE*3+6]; // Map native offset from bufNativeStart to member in struct:UTF8Buf
1035 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1099 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1134 U_ASSERT(mapIndex<(int32_t)sizeof(u8b->mapToUChars));
1135 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx;
1183 u8b->mapToUChars[0] = 0;
1209 uint8_t *mapToUChars = u8b->mapToUChars; local
1223 mapToUChars[srcI
1313 uint8_t *mapToUChars = u8b->mapToUChars; local
[all...]

Completed in 46 milliseconds