Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/py/
Dpreparseucd.py222 _h1 = [] variable
784 _h1.append((start, end, comment))
796 _h1.sort()
1221 for h in _h1: AddBoundary(h[0])
1241 if i_h1 < len(_h1) and start == _h1[i_h1][0]:
1242 h = _h1[i_h1]