Home
last modified time | relevance | path

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

12

/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dunicodeobject.h558 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dunicodeobject.h571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dunicodeobject.h571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dunicodeobject.h571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dunicodeobject.h570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dunicodeobject.h571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dunicodeobject.h745 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/lang/python37/Python-3.7.12/Include/
H A Dunicodeobject.h731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dunicodeobject.h731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dunicodeobject.h731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dformatter_unicode.c813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dformatter_unicode.c813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dformatter_unicode.c813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dformatter_unicode.c834 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/lang/python38/Python-3.8.12/Python/
H A Dformatter_unicode.c813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/lang/python39/Python-3.9.9/Python/
H A Dformatter_unicode.c821 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/lang/python310/Python-3.10.1/Python/
H A Dformatter_unicode.c821 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/lang/python37/Python-3.7.12/Python/
H A Dformatter_unicode.c812 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dformatter_unicode.c813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dunicodeobject.c2343 _PyUnicode_FindMaxChar(PyObject *unicode, Py_ssize_t start, Py_ssize_t end) in _PyUnicode_FindMaxChar() function
2597 maxchar = _PyUnicode_FindMaxChar(str, 0, length); in unicode_fromformat_write_str()
13691 maxchar = _PyUnicode_FindMaxChar(str, start, end); in _PyUnicodeWriter_WriteSubstring()
14820 Py_UCS4 strmaxchar = _PyUnicode_FindMaxChar(str, 0, pindex+len); in unicode_format_arg_output()

12