Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dfind.h86 stringlib_contains_obj(PyObject* str, PyObject* sub) in stringlib_contains_obj() function
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst131 'stringlib_contains_obj'.
/external/python/cpython2/Objects/
Dstringobject.c1172 return stringlib_contains_obj(str_obj, sub_obj); in string_contains()
Dunicodeobject.c6343 result = stringlib_contains_obj(str, sub); in PyUnicode_Contains()