Searched refs:_Py_bytes_title (Results 1 – 3 of 3) sorted by relevance
25 extern void _Py_bytes_title(char *result, const char *s, Py_ssize_t len);
89 _Py_bytes_title(STRINGLIB_STR(newobj), STRINGLIB_STR(self), in stringlib_title()
333 _Py_bytes_title(char *result, const char *s, Py_ssize_t len) in _Py_bytes_title() function