Home
last modified time | relevance | path

Searched refs:c_props (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/py/
Dpreparseucd.py262 c_props = _props[i]
266 if need_to_update(u, start, update_limit - 1, c_props):
269 c_props = c_props.copy()
271 _props.insert(i, c_props)
276 if need_to_update(u, c_start, c_limit - 1, c_props):
277 do_update(u, c_start, c_limit - 1, c_props)
282 c_props = _props[i]
283 if c_start < limit and need_to_update(u, c_start, limit - 1, c_props):
286 _props.insert(i + 1, c_props.copy())
288 do_update(u, c_start, limit - 1, c_props)
[all …]