Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeASCII (Results 1 – 13 of 13) sorted by relevance

/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
/third_party/markupsafe/
D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
/third_party/python/Include/
Dunicodeobject.h641 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
/third_party/python/Modules/
D_codecsmodule.c548 PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors); in _codecs_ascii_decode_impl()
D_csv.c261 *target = PyUnicode_DecodeASCII(dflt, strlen(dflt), NULL); in _set_str()
D_pickle.c5882 module_name = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_inst()
5891 class_name = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_inst()
6107 pid = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_persid()
Darraymodule.c3063 typecodes = PyUnicode_DecodeASCII(buffer, p - buffer, NULL); in array_modexec()
Dposixmodule.c14742 PyObject *unicode = PyUnicode_DecodeASCII(*trace, strlen(*trace), NULL); in INITFUNC()
/third_party/python/PC/
Dpython3.def659 PyUnicode_DecodeASCII=python38.PyUnicode_DecodeASCII
/third_party/python/Doc/data/
Drefcounts.dat2614 PyUnicode_DecodeASCII:PyObject*::+1:
2615 PyUnicode_DecodeASCII:const char*:s::
2616 PyUnicode_DecodeASCII:Py_ssize_t:size::
2617 PyUnicode_DecodeASCII:const char*:errors::
/third_party/python/Objects/
Dobject.c630 res = PyUnicode_DecodeASCII( in PyObject_ASCII()
Dunicodeobject.c3338 return PyUnicode_DecodeASCII(s, size, errors); in PyUnicode_Decode()
6983 PyUnicode_DecodeASCII(const char *s, in PyUnicode_DecodeASCII() function
/third_party/python/Doc/c-api/
Dunicode.rst1401 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)