Searched refs:u8b (Results 1 – 1 of 1) sorted by relevance
924 UTF8Buf *u8b = NULL; in utf8TextAccess() local986 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()987 if (ix>=u8b->bufNativeStart && ix<u8b->bufNativeLimit) { in utf8TextAccess()1001 if (ix == u8b->bufNativeLimit) { in utf8TextAccess()1017 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1018 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()1019 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()1053 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1054 if (ix>u8b->bufNativeStart && ix<=u8b->bufNativeLimit) { in utf8TextAccess()1062 if (u8b->bufNativeStart==0) { in utf8TextAccess()[all …]