Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dfind.h66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find_slice() function
/external/python/cpython3/Objects/
Dbytes_methods.c565 res = stringlib_find_slice( in find_internal()
/external/python/cpython2/Objects/
Dunicodeobject.c5422 result = stringlib_find_slice( in PyUnicode_Find()
6614 result = stringlib_find_slice( in unicode_find()
6693 result = stringlib_find_slice( in unicode_index()
Dbytearrayobject.c1188 res = stringlib_find_slice( in bytearray_find_internal()
Dstringobject.c1739 return stringlib_find_slice( in string_find_internal()