Searched refs:u8b (Results 1 – 1 of 1) sorted by relevance
938 UTF8Buf *u8b = NULL; in utf8TextAccess() local1000 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1001 if (ix>=u8b->bufNativeStart && ix<u8b->bufNativeLimit) { in utf8TextAccess()1015 if (ix == u8b->bufNativeLimit) { in utf8TextAccess()1031 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()1032 mapIndex = ix - u8b->toUCharsMapStart; in utf8TextAccess()1033 ut->chunkOffset = u8b->mapToUChars[mapIndex] - u8b->bufStartIdx; in utf8TextAccess()1067 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()1068 if (ix>u8b->bufNativeStart && ix<=u8b->bufNativeLimit) { in utf8TextAccess()1076 if (u8b->bufNativeStart==0) { in utf8TextAccess()[all …]