Searched refs:match_group (Results 1 – 3 of 3) sorted by relevance
/external/libxkbcommon/src/xkbcomp/ |
D | rules.c | 662 match_group(struct matcher *m, struct sval group_name, struct sval to) in match_group() function 698 return match_group(m, val, to); in match_value()
|
/external/python/cpython3/Modules/ |
D | _sre.c | 1989 match_group(MatchObject* self, PyObject* args) in match_group() function 2634 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},
|
/external/python/cpython2/Modules/ |
D | _sre.c | 3365 match_group(MatchObject* self, PyObject* args) in match_group() function 3688 {"group", (PyCFunction) match_group, METH_VARARGS, match_group_doc},
|