Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c5540 int fixlower(PyUnicodeObject *self) in fixlower() function
7053 return fixup(self, fixlower); in unicode_lower()