Searched refs:toUCharsMapStart (Results 1 – 1 of 1) sorted by relevance
878 int32_t toUCharsMapStart; // Native index corresponding to member1036 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()1101 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()1135 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()1184 u8b->toUCharsMapStart = ix; in utf8TextAccess()1273 u8b_swap->toUCharsMapStart = u8b_swap->bufNativeStart; in utf8TextAccess()1321 int32_t toUCharsMapStart = ix - sizeof(UTF8Buf::mapToUChars) + 1; in utf8TextAccess() local1336 mapToNative[destIx] = (uint8_t)(srcIx - toUCharsMapStart); in utf8TextAccess()1337 mapToUChars[srcIx - toUCharsMapStart] = (uint8_t)destIx; in utf8TextAccess()1342 while (destIx>2 && (srcIx - toUCharsMapStart > 5) && (srcIx > 0)) { in utf8TextAccess()[all …]