Searched refs:index32 (Results 1 – 5 of 5) sorted by relevance
1746 int32_t index32 = pinIndex(index, length); in repTextAccess() local1760 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()1765 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()1787 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()1789 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()1792 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()1805 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()1810 ut->chunkNativeLimit = index32 + 1; in repTextAccess()1824 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
1744 int32_t index32 = pinIndex(index, length); in repTextAccess() local1758 if (index32>=ut->chunkNativeStart && index32<ut->chunkNativeLimit) { in repTextAccess()1763 if (index32>=length && ut->chunkNativeLimit==length) { in repTextAccess()1785 if (index32>ut->chunkNativeStart && index32<=ut->chunkNativeLimit) { in repTextAccess()1787 ut->chunkOffset = index32 - (int32_t)ut->chunkNativeStart; in repTextAccess()1790 if (index32==0 && ut->chunkNativeStart==0) { in repTextAccess()1803 ut->chunkNativeStart = index32 + 1 - REP_TEXT_CHUNK_SIZE; in repTextAccess()1808 ut->chunkNativeLimit = index32 + 1; in repTextAccess()1822 ut->chunkOffset = (int32_t)(index32 - ut->chunkNativeStart); in repTextAccess()
40399 int index32 = (int)index; in string_advance_index() local40400 string_getc(p, &index32); in string_advance_index()40401 index = index32; in string_advance_index()