Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_bytes_methods.h25 extern void _Py_bytes_title(char *result, const char *s, Py_ssize_t len);
/third_party/python/Objects/stringlib/
Dctype.h89 _Py_bytes_title(STRINGLIB_STR(newobj), STRINGLIB_STR(self), in stringlib_title()
/third_party/python/Objects/
Dbytes_methods.c333 _Py_bytes_title(char *result, const char *s, Py_ssize_t len) in _Py_bytes_title() function