Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c5561 int fixswapcase(PyUnicodeObject *self) in fixswapcase() function
7669 return fixup(self, fixswapcase); in unicode_swapcase()