Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dfind.h75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind_slice() function
/external/python/cpython3/Objects/
Dbytes_methods.c555 res = stringlib_rfind_slice( in find_internal()
/external/python/cpython2/Objects/
Dunicodeobject.c5428 result = stringlib_rfind_slice( in PyUnicode_Find()
7362 result = stringlib_rfind_slice( in unicode_rfind()
7390 result = stringlib_rfind_slice( in unicode_rindex()
Dbytearrayobject.c1192 res = stringlib_rfind_slice( in bytearray_find_internal()
Dstringobject.c1743 return stringlib_rfind_slice( in string_find_internal()