Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/markupsafe/
D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
/third_party/node/deps/v8/third_party/markupsafe/
D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
/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/python/Include/
Dunicodeobject.h650 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
/third_party/python/Modules/
D_codecsmodule.c556 PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors); in _codecs_ascii_decode_impl()
D_csv.c301 *target = PyUnicode_DecodeASCII(dflt, strlen(dflt), NULL); in _set_str()
D_pickle.c5878 module_name = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_inst()
5887 class_name = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_inst()
6060 pid = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_persid()
Darraymodule.c3091 typecodes = PyUnicode_DecodeASCII(buffer, p - buffer, NULL); in array_modexec()
Dposixmodule.c15793 unicode = PyUnicode_DecodeASCII(trace->label, strlen(trace->label), NULL); in posixmodule_exec()
/third_party/python/Doc/data/
Drefcounts.dat2596 PyUnicode_DecodeASCII:PyObject*::+1:
2597 PyUnicode_DecodeASCII:const char*:s::
2598 PyUnicode_DecodeASCII:Py_ssize_t:size::
2599 PyUnicode_DecodeASCII:const char*:errors::
Dstable_abi.dat706 function,PyUnicode_DecodeASCII,3.2,
/third_party/python/PC/
Dpython3dll.c631 EXPORT_FUNC(PyUnicode_DecodeASCII)
/third_party/python/Objects/
Dobject.c539 res = PyUnicode_DecodeASCII( in PyObject_ASCII()
Dunicodeobject.c3646 return PyUnicode_DecodeASCII(s, size, errors); in PyUnicode_Decode()
7397 PyUnicode_DecodeASCII(const char *s, in PyUnicode_DecodeASCII() function
/third_party/python/Misc/
Dstable_abi.txt1388 function PyUnicode_DecodeASCII
/third_party/python/Doc/c-api/
Dunicode.rst1416 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)