Lines Matching refs:group
375 fields = match.group(1).split(";")
384 line = match.group(1)
398 start = int(match.group(1), 16)
399 end = int(match.group(2), 16)
404 c = int(match.group(1), 16)
466 _ucd_version = match.group(1)
781 start = int(match.group(1), 16)
782 end = int(match.group(3), 16)
783 comment = match.group(2).replace(u"\xa0", " ")
788 pending_h2 = match.group(1).replace(u"\xa0", " ")
793 c = int(match.group(1), 16)
1540 line = match.group(1)
1546 c = int(match.group(1), 16)
1694 new_basename = match.group(1) + match.group(2)
1958 comment_value = match.group(1)
1962 gc_enum = match.group(1)
1979 comment_value = match.group(1)
1983 bc_enum = match.group(1)
1994 prop_enum = match.group(1)
2005 prop_enum = match.group(1)
2015 (prop_enum, vname) = match.group(1, 3)
2018 pname = GetShortPropertyName(match.group(2))
2067 (script_enum, script_code) = match.group(1, 2)