Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h786 unicode_removesuffix_impl(PyObject *self, PyObject *suffix);
802 return_value = unicode_removesuffix_impl(self, suffix); in unicode_removesuffix()
/third_party/python/Objects/
Dunicodeobject.c13195 unicode_removesuffix_impl(PyObject *self, PyObject *suffix) in unicode_removesuffix_impl() function