Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/external/python/cpython3/Python/
Dformatter_unicode.c812 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/external/python/cpython3/Objects/
Dunicodeobject.c2299 _PyUnicode_FindMaxChar(PyObject *unicode, Py_ssize_t start, Py_ssize_t end) in _PyUnicode_FindMaxChar() function
2553 maxchar = _PyUnicode_FindMaxChar(str, 0, length); in unicode_fromformat_write_str()
13666 maxchar = _PyUnicode_FindMaxChar(str, start, end); in _PyUnicodeWriter_WriteSubstring()
14794 Py_UCS4 strmaxchar = _PyUnicode_FindMaxChar(str, 0, pindex+len); in unicode_format_arg_output()