Home
last modified time | relevance | path

Searched refs:PyUnicode_TransformDecimalToASCII (Results 1 – 25 of 72) sorted by relevance

123

/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h1007 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dunicodeobject.h983 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h1007 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h1007 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dunicodeobject.h1005 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h1007 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dunicodeobject.h1007 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dunicodeobject.h996 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dunicodeobject.h1007 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dunicodeobject.h966 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dunicodeobject.h1736 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/lang/python37/Python-3.7.12/Include/
H A Dunicodeobject.h1764 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dunicodeobject.h1764 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dunicodeobject.h1772 PyAPI_FUNC(PyObject*) PyUnicode_TransformDecimalToASCII(
/dports/databases/py-sqlite3/Python-3.8.12/Doc/data/
H A Drefcounts.dat2437 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2438 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2439 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/databases/py-gdbm/Python-3.8.12/Doc/data/
H A Drefcounts.dat2437 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2438 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2439 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/lang/python38/Python-3.8.12/Doc/data/
H A Drefcounts.dat2437 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2438 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2439 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/lang/python37/Python-3.7.12/Doc/data/
H A Drefcounts.dat2419 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2420 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2421 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/lang/python-tools/Python-3.8.12/Doc/data/
H A Drefcounts.dat2437 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2438 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2439 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/lang/python39/Python-3.9.9/Doc/data/
H A Drefcounts.dat2442 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2443 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2444 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/lang/python310/Python-3.10.1/Doc/data/
H A Drefcounts.dat2422 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2423 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2424 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/data/
H A Drefcounts.dat2437 PyUnicode_TransformDecimalToASCII:PyObject*::+1:
2438 PyUnicode_TransformDecimalToASCII:Py_UNICODE*:s::
2439 PyUnicode_TransformDecimalToASCII:Py_ssize_t:size::
/dports/lang/python37/Python-3.7.12/Modules/
H A D_testcapimodule.c2007 return PyUnicode_TransformDecimalToASCII(unicode, length); in unicode_transformdecimaltoascii()
/dports/databases/py-gdbm/Python-3.8.12/Doc/c-api/
H A Dunicode.rst719 .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)
/dports/databases/py-sqlite3/Python-3.8.12/Doc/c-api/
H A Dunicode.rst719 .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)

123