Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c5519 int fixupper(PyUnicodeObject *self) in fixupper() function
7698 return fixup(self, fixupper); in unicode_upper()