Home
last modified time | relevance | path

Searched refs:from_c (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h309 char from_c, Py_ssize_t maxcount) in stringlib_replace_delete_single_character() argument
320 count = countchar(self_s, self_len, from_c, maxcount); in stringlib_replace_delete_single_character()
337 next = findchar(start, end - start, from_c); in stringlib_replace_delete_single_character()
405 char from_c, char to_c, in stringlib_replace_single_character_in_place() argument
417 next = findchar(self_s, self_len, from_c); in stringlib_replace_single_character_in_place()
439 next = findchar(start, end - start, from_c); in stringlib_replace_single_character_in_place()
504 char from_c, in stringlib_replace_single_character() argument
517 count = countchar(self_s, self_len, from_c, maxcount); in stringlib_replace_single_character()
541 next = findchar(start, end - start, from_c); in stringlib_replace_single_character()
/external/python/cpython2/Objects/
Dbytearrayobject.c1629 char from_c, Py_ssize_t maxcount) in replace_delete_single_character() argument
1640 count = countchar(self_s, self_len, from_c, maxcount); in replace_delete_single_character()
1656 next = findchar(start, end-start, from_c); in replace_delete_single_character()
1724 char from_c, char to_c, in replace_single_character_in_place() argument
1735 next = findchar(self_s, self_len, from_c); in replace_single_character_in_place()
1756 next = findchar(start, end-start, from_c); in replace_single_character_in_place()
1820 char from_c, in replace_single_character() argument
1833 count = countchar(self_s, self_len, from_c, maxcount); in replace_single_character()
1860 next = findchar(start, end-start, from_c); in replace_single_character()
Dstringobject.c2416 char from_c, Py_ssize_t maxcount) in replace_delete_single_character() argument
2427 count = countchar(self_s, self_len, from_c, maxcount); in replace_delete_single_character()
2443 next = findchar(start, end-start, from_c); in replace_delete_single_character()
2510 char from_c, char to_c, in replace_single_character_in_place() argument
2521 next = findchar(self_s, self_len, from_c); in replace_single_character_in_place()
2542 next = findchar(start, end-start, from_c); in replace_single_character_in_place()
2606 char from_c, in replace_single_character() argument
2619 count = countchar(self_s, self_len, from_c, maxcount); in replace_single_character()
2646 next = findchar(start, end-start, from_c); in replace_single_character()