Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/misc/
Ducdcopy.py31 _strip_re = re.compile("^([0-9a-fA-F]+.+?) *#.*") variable
41 match = _strip_re.match(line)
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1497 _strip_re = re.compile("([0-9a-fA-F]+.+?) *#.*") variable
1507 match = _strip_re.match(line)