Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/py/
Dpreparseucd.py355 _stripped_range_re = re.compile("([0-9a-fA-F]+)\.\.([0-9a-fA-F]+)$") variable
396 match = _stripped_range_re.match(first)