Lines Matching refs:reorderStart
48 reorderStart=start; in init()
58 reorderStart=codePointLimit; in init()
80 reorderStart=limit; in appendSupplementary()
101 reorderStart=limit+length; in append()
103 reorderStart=limit+1; // Ok if not a code point boundary. in append()
141 reorderStart=limit; in appendZeroCC()
157 reorderStart=limit; in appendZeroCC()
162 reorderStart=limit=start; in remove()
176 reorderStart=limit; in removeSuffix()
180 int32_t reorderStartIndex=(int32_t)(reorderStart-start); in resize()
197 reorderStart=start+reorderStartIndex; in resize()
213 if(reorderStart>=codePointStart) { in previousCC()
241 reorderStart=r; in insert()