Searched refs:PyUnicode_DecodeASCII (Results 1 – 13 of 13) sorted by relevance
| /third_party/node/tools/inspector_protocol/markupsafe/ |
| D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
|
| /third_party/markupsafe/ |
| D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
|
| /third_party/python/Include/ |
| D | unicodeobject.h | 641 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
|
| /third_party/python/Modules/ |
| D | _codecsmodule.c | 548 PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors); in _codecs_ascii_decode_impl()
|
| D | _csv.c | 261 *target = PyUnicode_DecodeASCII(dflt, strlen(dflt), NULL); in _set_str()
|
| D | _pickle.c | 5882 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()
|
| D | arraymodule.c | 3063 typecodes = PyUnicode_DecodeASCII(buffer, p - buffer, NULL); in array_modexec()
|
| D | posixmodule.c | 14742 PyObject *unicode = PyUnicode_DecodeASCII(*trace, strlen(*trace), NULL); in INITFUNC()
|
| /third_party/python/PC/ |
| D | python3.def | 659 PyUnicode_DecodeASCII=python38.PyUnicode_DecodeASCII
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2614 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/ |
| D | object.c | 630 res = PyUnicode_DecodeASCII( in PyObject_ASCII()
|
| D | unicodeobject.c | 3338 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/ |
| D | unicode.rst | 1401 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)
|