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

/external/icu/icu4c/source/common/
H A Dutext.cpp876 int32_t toUCharsMapStart; // Native index corresponding to member in struct:UTF8Buf
1034 mapIndex = ix - u8b->toUCharsMapStart;
1098 mapIndex = ix - u8b->toUCharsMapStart;
1132 mapIndex = ix - u8b->toUCharsMapStart;
1181 u8b->toUCharsMapStart = ix;
1270 u8b->toUCharsMapStart = u8b->bufNativeStart;
1314 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); local
1326 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart);
1327 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx;
1332 while (destIx>2 && (srcIx - toUCharsMapStart >
[all...]

Completed in 91 milliseconds