Home
last modified time | relevance | path

Searched refs:_code_point_re (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdcopy.py32 _code_point_re = re.compile("\s*([0-9a-fA-F]+)\s*;") variable
47 match = _code_point_re.match(line)
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py1529 _code_point_re = re.compile("\s*([0-9a-fA-F]+)\s*;") variable
1544 match = _code_point_re.match(line)

Completed in 4 milliseconds