Lines Matching refs:reorderStart
174 start(str.getBuffer(8)), reorderStart(start), limit(start), in ReorderingBuffer()
192 reorderStart=start; in init()
202 reorderStart=codePointLimit; in init()
250 reorderStart=limit; in appendSupplementary()
271 reorderStart=limit+length; in append()
273 reorderStart=limit+1; // Ok if not a code point boundary. in append()
314 reorderStart=limit; in appendZeroCC()
330 reorderStart=limit; in appendZeroCC()
335 reorderStart=limit=start; in remove()
349 reorderStart=limit; in removeSuffix()
353 int32_t reorderStartIndex=(int32_t)(reorderStart-start); in resize()
370 reorderStart=start+reorderStartIndex; in resize()
386 if(reorderStart>=codePointStart) { in previousCC()
410 reorderStart=r; in insert()