Home
last modified time | relevance | path

Searched defs:subn (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dre.py157 def subn(pattern, repl, string, count=0, flags=0): function
/external/python/cpython3/Lib/re/
D__init__.py187 def subn(pattern, repl, string, count=0, flags=0): function
/external/cronet/third_party/re2/src/python/
Dre2.py96 def subn(pattern, repl, text, count=0, options=None): function
283 def subn(self, repl, text, count=0): member in _Regexp
/external/python/cpython3/Modules/_sre/
Dsre.c1055 Py_ssize_t subn) in pattern_subx()
/external/python/cpython2/Modules/
D_sre.c2381 Py_ssize_t count, Py_ssize_t subn) in pattern_subx()