Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c1831 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() function
2180 item = state_getslice(&state, 1, string, 1); in pattern_findall()
2189 PyObject* o = state_getslice(&state, i+1, string, 1); in pattern_findall()
2329 item = state_getslice(&state, i+1, string, 0); in pattern_split()