Home
last modified time | relevance | path

Searched refs:item_maxchar (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dunicodeobject.c10071 Py_UCS4 item_maxchar; in _PyUnicode_JoinArray() local
10147 item_maxchar = PyUnicode_MAX_CHAR_VALUE(item); in _PyUnicode_JoinArray()
10148 maxchar = Py_MAX(maxchar, item_maxchar); in _PyUnicode_JoinArray()

Completed in 18 milliseconds