Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c2366 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() function
2564 return pattern_subx(self, ptemplate, string, count, 0); in pattern_sub()
2578 return pattern_subx(self, ptemplate, string, count, 1); in pattern_subn()