Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c10472 Py_UCS4 maxchar, maxchar_str1, maxchar_str2; in replace() local
10483 maxchar_str1 = PyUnicode_MAX_CHAR_VALUE(str1); in replace()
10484 if (maxchar < maxchar_str1) in replace()
10490 mayshrink = (maxchar_str2 < maxchar_str1) && (maxchar == maxchar_str1); in replace()