Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c10947 Py_UCS4 maxchar, maxchar_str1, maxchar_str2; in replace() local
10961 maxchar_str1 = PyUnicode_MAX_CHAR_VALUE(str1); in replace()
10962 if (maxchar < maxchar_str1) in replace()
10968 mayshrink = (maxchar_str2 < maxchar_str1) && (maxchar == maxchar_str1); in replace()