Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c10678 Py_UCS4 maxchar, maxchar_str1, maxchar_str2; in replace() local
10692 maxchar_str1 = PyUnicode_MAX_CHAR_VALUE(str1); in replace()
10693 if (maxchar < maxchar_str1) in replace()
10699 mayshrink = (maxchar_str2 < maxchar_str1) && (maxchar == maxchar_str1); in replace()