Lines Matching refs:reorderStart
175 start(str.getBuffer(8)), reorderStart(start), limit(start), in ReorderingBuffer()
193 reorderStart=start; in init()
203 reorderStart=codePointLimit; in init()
251 reorderStart=limit; in appendSupplementary()
272 reorderStart=limit+length; in append()
274 reorderStart=limit+1; // Ok if not a code point boundary. in append()
315 reorderStart=limit; in appendZeroCC()
331 reorderStart=limit; in appendZeroCC()
336 reorderStart=limit=start; in remove()
350 reorderStart=limit; in removeSuffix()
354 int32_t reorderStartIndex=(int32_t)(reorderStart-start); in resize()
371 reorderStart=start+reorderStartIndex; in resize()
387 if(reorderStart>=codePointStart) { in previousCC()
411 reorderStart=r; in insert()