Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dbytes_methods.h21 extern void _Py_bytes_title(char *result, const char *s, Py_ssize_t len);
/external/python/cpython2/Objects/stringlib/
Dctype.h82 _Py_bytes_title(STRINGLIB_STR(newobj), STRINGLIB_STR(self), in stringlib_title()
/external/python/cpython3/Objects/stringlib/
Dctype.h89 _Py_bytes_title(STRINGLIB_STR(newobj), STRINGLIB_STR(self), in stringlib_title()
/external/python/cpython2/Include/
Dbytes_methods.h19 extern void _Py_bytes_title(char *result, char *s, Py_ssize_t len);
/external/python/cpython2/Objects/
Dbytes_methods.c304 _Py_bytes_title(char *result, char *s, Py_ssize_t len) in _Py_bytes_title() function
/external/python/cpython3/Objects/
Dbytes_methods.c333 _Py_bytes_title(char *result, const char *s, Py_ssize_t len) in _Py_bytes_title() function