Searched defs:subn (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython2/Lib/ |
| D | re.py | 157 def subn(pattern, repl, string, count=0, flags=0): function
|
| /external/python/cpython3/Lib/re/ |
| D | __init__.py | 187 def subn(pattern, repl, string, count=0, flags=0): function
|
| /external/cronet/third_party/re2/src/python/ |
| D | re2.py | 96 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/ |
| D | sre.c | 1055 Py_ssize_t subn) in pattern_subx()
|
| /external/python/cpython2/Modules/ |
| D | _sre.c | 2381 Py_ssize_t count, Py_ssize_t subn) in pattern_subx()
|