Home
last modified time | relevance | path

Searched refs:_starts (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py239 _starts = array.array('l', [0, 0x110000]) # array of int32_t variable
244 Returns the smallest i where x < _starts[i]"""
245 return bisect.bisect(_starts, x) - 1
256 # Find the index i of the range in _starts that contains start.
259 # Intersect [start, limit[ with ranges in _starts.
260 c_start = _starts[i]
261 c_limit = _starts[i + 1]
270 _starts.insert(i, start)
281 c_limit = _starts[i + 1]
285 _starts
[all...]

Completed in 2 milliseconds