Lines Matching refs:c_start
260 c_start = _starts[i]
263 # c_start <= start < c_limit
264 if c_start < start:
267 # Split off [c_start, start[ with a copy of c_props.
272 c_start = start
275 # start <= c_start < c_limit <= limit
276 if need_to_update(u, c_start, c_limit - 1, c_props):
277 do_update(u, c_start, c_limit - 1, c_props)
280 c_start = c_limit
283 if c_start < limit and need_to_update(u, c_start, limit - 1, c_props):
287 # Modify [c_start, limit[ c_props.
288 do_update(u, c_start, limit - 1, c_props)
317 c_start = _starts[i]
320 # c_start < x < c_limit