Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dtransmogrify.h258 countchar(const char *target, Py_ssize_t target_len, char c, in countchar() function
362 count = countchar(self_s, self_len, from_c, maxcount); in stringlib_replace_delete_single_character()
559 count = countchar(self_s, self_len, from_c, maxcount); in stringlib_replace_single_character()