Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/py/
Dpreparseucd.py223 _h2 = [] variable
794 _h2.append((c, pending_h2))
797 _h2.sort()
1222 for h in _h2: AddBoundary(h[0])
1255 if i_h2 < len(_h2) and start == _h2[i_h2][0]:
1256 out_file.write("# %s\n" % EscapeNonASCII(_h2[i_h2][1]))