Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/py/
Dpreparseucd.py1935 _prop_and_alias_re = re.compile(" *U_[0-9A-Z_]+ *= *U") variable
2016 if vname == "COUNT" or _prop_and_alias_re.match(line):