Home
last modified time | relevance | path

Searched refs:PyUnicode_Replace (Results 1 – 25 of 108) sorted by relevance

12345

/dports/textproc/py-genshi/Genshi-0.7.3/genshi/
H A D_speedups.c473 tmp = PyUnicode_Replace(self, qt2, qt1, -1); in Markup_unescape()
475 tmp2 = PyUnicode_Replace(tmp, gt2, gt1, -1); in Markup_unescape()
478 tmp = PyUnicode_Replace(tmp2, lt2, lt1, -1); in Markup_unescape()
481 tmp2 = PyUnicode_Replace(tmp, amp2, amp1, -1); in Markup_unescape()
/dports/devel/py-mypy/mypy-0.910/mypyc/lib-rt/
H A Dstr_ops.c63 return PyUnicode_Replace(str, old_substr, new_substr, temp_max_replace); in CPyStr_Replace()
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dunicodeobject.h205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro
292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro
1272 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/lang/python27/Python-2.7.18/Include/
H A Dunicodeobject.h205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro
292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro
1272 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h205 # define PyUnicode_Replace PyUnicodeUCS2_Replace macro
292 # define PyUnicode_Replace PyUnicodeUCS4_Replace macro
1272 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_convert.c142 filtered = PyUnicode_Replace(temp, under, blank, -1); in GMPy_RemoveUnderscoreASCII()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dast_unparse.c81 PyObject *new_repr = PyUnicode_Replace( in append_repr()
578 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()
582 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()
/dports/lang/python39/Python-3.9.9/Python/
H A Dast_unparse.c76 PyObject *new_repr = PyUnicode_Replace( in append_repr()
573 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()
577 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()
/dports/lang/python310/Python-3.10.1/Python/
H A Dast_unparse.c81 PyObject *new_repr = PyUnicode_Replace( in append_repr()
578 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()
582 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()
/dports/devel/py-mypy/mypy-0.910/mypyc/test-data/
H A Dirbuild-str.test137 r6 = PyUnicode_Replace(s, old_substr, new_substr, -1)
/dports/lang/python27/Python-2.7.18/Doc/data/
H A Drefcounts.dat1696 PyUnicode_Replace:PyObject*::+1:
1697 PyUnicode_Replace:PyObject*:str:0:
1698 PyUnicode_Replace:PyObject*:substr:0:
1699 PyUnicode_Replace:PyObject*:replstr:0:
1700 PyUnicode_Replace:int:maxcount::
/dports/lang/python-legacy/Python-2.7.18/Doc/data/
H A Drefcounts.dat1696 PyUnicode_Replace:PyObject*::+1:
1697 PyUnicode_Replace:PyObject*:str:0:
1698 PyUnicode_Replace:PyObject*:substr:0:
1699 PyUnicode_Replace:PyObject*:replstr:0:
1700 PyUnicode_Replace:int:maxcount::
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dunicodeobject.h964 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/lang/python38/Python-3.8.12/Include/
H A Dunicodeobject.h964 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dunicodeobject.h973 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dunicodeobject.h964 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/lang/python39/Python-3.9.9/Include/
H A Dunicodeobject.h953 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dunicodeobject.h964 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/lang/python310/Python-3.10.1/Include/
H A Dunicodeobject.h973 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dunicodeobject.h964 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dunicodeobject.h973 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dunicodeobject.h953 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dunicodeobject.h964 PyAPI_FUNC(PyObject *) PyUnicode_Replace(
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dast_unparse.c555 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()
559 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dast_unparse.c555 temp = PyUnicode_Replace(orig, _str_open_br, _str_dbl_open_br, -1); in escape_braces()
559 result = PyUnicode_Replace(temp, _str_close_br, _str_dbl_close_br, -1); in escape_braces()

12345