Searched refs:unicode_replace (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 700 {"replace", _PyCFunction_CAST(unicode_replace), METH_FASTCALL, unicode_replace__doc__}, 707 unicode_replace(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_replace() function
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7308 unicode_replace(PyUnicodeObject *self, PyObject *args) in unicode_replace() function 7909 {"replace", (PyCFunction) unicode_replace, METH_VARARGS, replace__doc__},
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |