Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dcount.h11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dcount.h11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c1216 stringlib_count(str + start, end - start, vsub.buf, vsub.len, PY_SSIZE_T_MAX) in bytearray_count()
1679 count = stringlib_count(self_s, self_len, in replace_delete_substring()
1895 count = stringlib_count(self_s, self_len, in replace_substring()
Dstringobject.c2150 stringlib_count(str + start, end - start, sub, sub_len, PY_SSIZE_T_MAX) in string_count()
2470 count = stringlib_count(self_s, self_len, in replace_delete_substring()
2685 count = stringlib_count(self_s, self_len, in replace_substring()
Dunicodeobject.c5386 result = stringlib_count( in PyUnicode_Count()
5943 n = stringlib_count(self->str, self->length, str1->str, str1->length, in replace()
6412 stringlib_count(self->str + start, end - start, in unicode_count()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c1212 stringlib_count(str + start, end - start, vsub.buf, vsub.len, PY_SSIZE_T_MAX) in bytearray_count()
1675 count = stringlib_count(self_s, self_len, in replace_delete_substring()
1891 count = stringlib_count(self_s, self_len, in replace_substring()
Dstringobject.c2133 stringlib_count(str + start, end - start, sub, sub_len, PY_SSIZE_T_MAX) in string_count()
2451 count = stringlib_count(self_s, self_len, in replace_delete_substring()
2666 count = stringlib_count(self_s, self_len, in replace_substring()
Dunicodeobject.c5291 result = stringlib_count( in PyUnicode_Count()
5848 n = stringlib_count(self->str, self->length, str1->str, str1->length, in replace()
6317 stringlib_count(self->str + start, end - start, in unicode_count()