/dports/lang/python311/Python-3.11.0a3/Include/cpython/ |
H A D | unicodeobject.h | 558 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/ |
H A D | unicodeobject.h | 570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/lang/python310/Python-3.10.1/Include/cpython/ |
H A D | unicodeobject.h | 571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/lang/python38/Python-3.8.12/Include/cpython/ |
H A D | unicodeobject.h | 570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/lang/python-tools/Python-3.8.12/Include/cpython/ |
H A D | unicodeobject.h | 570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/lang/python39/Python-3.9.9/Include/cpython/ |
H A D | unicodeobject.h | 571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/ |
H A D | unicodeobject.h | 570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/ |
H A D | unicodeobject.h | 570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/ |
H A D | unicodeobject.h | 571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/ |
H A D | unicodeobject.h | 570 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/ |
H A D | unicodeobject.h | 571 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/ |
H A D | unicodeobject.h | 745 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/lang/python37/Python-3.7.12/Include/ |
H A D | unicodeobject.h | 731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/ |
H A D | unicodeobject.h | 731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/ |
H A D | unicodeobject.h | 731 PyAPI_FUNC(Py_UCS4) _PyUnicode_FindMaxChar (
|
/dports/databases/py-gdbm/Python-3.8.12/Python/ |
H A D | formatter_unicode.c | 813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/databases/py-sqlite3/Python-3.8.12/Python/ |
H A D | formatter_unicode.c | 813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/lang/python-tools/Python-3.8.12/Python/ |
H A D | formatter_unicode.c | 813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/lang/python311/Python-3.11.0a3/Python/ |
H A D | formatter_unicode.c | 834 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/lang/python38/Python-3.8.12/Python/ |
H A D | formatter_unicode.c | 813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/lang/python39/Python-3.9.9/Python/ |
H A D | formatter_unicode.c | 821 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/lang/python310/Python-3.10.1/Python/ |
H A D | formatter_unicode.c | 821 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/lang/python37/Python-3.7.12/Python/ |
H A D | formatter_unicode.c | 812 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/ |
H A D | formatter_unicode.c | 813 Py_UCS4 valmaxchar = _PyUnicode_FindMaxChar(value, 0, len); in format_string_internal()
|
/dports/databases/py-gdbm/Python-3.8.12/Objects/ |
H A D | unicodeobject.c | 2343 _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()
|