Home
last modified time | relevance | path

Searched refs:match_obj (Results 1 - 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/maint/
H A DGenerateCommon.py171 match_obj = names_re.match(line)
173 if match_obj == None or match_obj.group(1) == last_script_name:
176 last_script_name = match_obj.group(1)
185 match_obj = value_alias_re.match(line)
187 if match_obj == None:
190 if match_obj.group(1) == "sc":
191 if match_obj.group(2) == match_obj.group(3):
192 abbreviations[match_obj
[all...]
H A DGenerateTest26.py64 match_obj = property_re.match(line)
66 if match_obj == None:
69 name = match_obj.group(3)
74 low = int(match_obj.group(1), 16)
78 if match_obj.group(2) != None:
79 high = int(match_obj.group(2), 16)
91 match_obj = property_re.match(line)
93 if match_obj == None:
96 low = int(match_obj.group(1), 16)
98 if match_obj
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1862 Handle<Object> match_obj; in RUNTIME_FUNCTION() local
1863 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match_obj, in RUNTIME_FUNCTION()
1868 Object::ToString(isolate, match_obj)); in RUNTIME_FUNCTION()
1893 Handle<Object> match_obj; in RUNTIME_FUNCTION() local
1894 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, match_obj, in RUNTIME_FUNCTION()
1899 Object::ToString(isolate, match_obj)); in RUNTIME_FUNCTION()

Completed in 4 milliseconds