Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp860 int32_t toUCharsMapStart; // Native index corresponding to member
1018 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1082 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1116 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()
1165 u8b->toUCharsMapStart = ix; in utf8TextAccess()
1258 u8b->toUCharsMapStart = u8b->bufNativeStart; in utf8TextAccess()
1302 int32_t toUCharsMapStart = ix - (UTF8_TEXT_CHUNK_SIZE*3 + 1); in utf8TextAccess() local
1314 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()
1315 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()
1320 while (destIx>2 && (srcIx - toUCharsMapStart > 5) && (srcIx > 0)) { in utf8TextAccess()
[all …]