Searched refs:_stripped_range_re (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/tools/unicode/py/ | ||
H A D | preparseucd.py | 355 _stripped_range_re = re.compile("([0-9a-fA-F]+)\.\.([0-9a-fA-F]+)$") variable 396 match = _stripped_range_re.match(first) |
Completed in 3 milliseconds