Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() function
2487 return pattern_subx(self, ptemplate, string, count, 0); in pattern_sub()
2501 return pattern_subx(self, ptemplate, string, count, 1); in pattern_subn()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() function
2487 return pattern_subx(self, ptemplate, string, count, 0); in pattern_sub()
2501 return pattern_subx(self, ptemplate, string, count, 1); in pattern_subn()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c2370 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, in pattern_subx() function
2566 return pattern_subx(self, ptemplate, string, count, 0); in pattern_sub()
2580 return pattern_subx(self, ptemplate, string, count, 1); in pattern_subn()