Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h203 unicode_expandtabs_impl(PyObject *self, int tabsize);
227 return_value = unicode_expandtabs_impl(self, tabsize); in unicode_expandtabs()
/third_party/python/Objects/
Dunicodeobject.c12003 unicode_expandtabs_impl(PyObject *self, int tabsize) in unicode_expandtabs_impl() function