Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/py/
Dpreparseucd.py354 _stripped_cp_re = re.compile("([0-9a-fA-F]+)$") variable
402 match = _stripped_cp_re.match(first)