Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/third_party/python/Python/
Dformatter_unicode.c821 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/third_party/python/Objects/
Dunicodeobject.c2546 _PyUnicode_FindMaxChar(PyObject *unicode, Py_ssize_t start, Py_ssize_t end) in _PyUnicode_FindMaxChar() function
2793 maxchar = _PyUnicode_FindMaxChar(str, 0, length); in unicode_fromformat_write_str()
14268 maxchar = _PyUnicode_FindMaxChar(str, start, end); in _PyUnicodeWriter_WriteSubstring()
15388 Py_UCS4 strmaxchar = _PyUnicode_FindMaxChar(str, 0, pindex+len); in unicode_format_arg_output()