Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dfind.h11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find() function
71 return stringlib_find(str + start, end - start, sub, sub_len, start); in stringlib_find_slice()
88 return stringlib_find( in stringlib_contains_obj()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dfind.h11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find() function
71 return stringlib_find(str + start, end - start, sub, sub_len, start); in stringlib_find_slice()
88 return stringlib_find( in stringlib_contains_obj()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c1288 pos = stringlib_find(PyByteArray_AS_STRING(self), Py_SIZE(self), in bytearray_contains()
1696 offset = stringlib_find(start, end-start, in replace_delete_substring()
1774 offset = stringlib_find(self_s, self_len, in replace_substring_in_place()
1796 offset = stringlib_find(start, end-start, in replace_substring_in_place()
1921 offset = stringlib_find(start, end-start, in replace_substring()
Dstringobject.c2472 offset = stringlib_find(start, end-start, in replace_delete_substring()
2550 offset = stringlib_find(self_s, self_len, in replace_substring_in_place()
2572 offset = stringlib_find(start, end-start, in replace_substring_in_place()
2696 offset = stringlib_find(start, end-start, in replace_substring()
Dunicodeobject.c5817 i = stringlib_find( in replace()
5832 i = stringlib_find(self->str+i, self->length-i, in replace()
5878 j = stringlib_find(self->str+i, self->length-i, in replace()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c1292 pos = stringlib_find(PyByteArray_AS_STRING(self), Py_SIZE(self), in bytearray_contains()
1700 offset = stringlib_find(start, end-start, in replace_delete_substring()
1778 offset = stringlib_find(self_s, self_len, in replace_substring_in_place()
1800 offset = stringlib_find(start, end-start, in replace_substring_in_place()
1925 offset = stringlib_find(start, end-start, in replace_substring()
Dstringobject.c2491 offset = stringlib_find(start, end-start, in replace_delete_substring()
2569 offset = stringlib_find(self_s, self_len, in replace_substring_in_place()
2591 offset = stringlib_find(start, end-start, in replace_substring_in_place()
2715 offset = stringlib_find(start, end-start, in replace_substring()
Dunicodeobject.c5912 i = stringlib_find( in replace()
5927 i = stringlib_find(self->str+i, self->length-i, in replace()
5973 j = stringlib_find(self->str+i, self->length-i, in replace()