Searched refs:PyUnicode_DecodeASCII (Results 1 – 16 of 16) sorted by relevance
| /third_party/skia/third_party/externals/markupsafe/ |
| D | _speedups.c | 15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
|
| /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/node/deps/v8/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 | 646 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
|
| /third_party/python/Modules/ |
| D | _codecsmodule.c | 556 PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors); in _codecs_ascii_decode_impl()
|
| D | _csv.c | 307 *target = PyUnicode_DecodeASCII(dflt, strlen(dflt), NULL); in _set_str()
|
| D | _pickle.c | 5885 module_name = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_inst() 5894 class_name = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_inst() 6067 pid = PyUnicode_DecodeASCII(s, len - 1, "strict"); in load_persid()
|
| D | arraymodule.c | 3120 typecodes = PyUnicode_DecodeASCII(buffer, p - buffer, NULL); in array_modexec()
|
| D | posixmodule.c | 15981 unicode = PyUnicode_DecodeASCII(trace->label, strlen(trace->label), NULL); in posixmodule_exec()
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2555 PyUnicode_DecodeASCII:PyObject*::+1: 2556 PyUnicode_DecodeASCII:const char*:s:: 2557 PyUnicode_DecodeASCII:Py_ssize_t:size:: 2558 PyUnicode_DecodeASCII:const char*:errors::
|
| D | stable_abi.dat | 726 function,PyUnicode_DecodeASCII,3.2,,
|
| /third_party/python/PC/ |
| D | python3dll.c | 644 EXPORT_FUNC(PyUnicode_DecodeASCII)
|
| /third_party/python/Objects/ |
| D | object.c | 532 res = PyUnicode_DecodeASCII( in PyObject_ASCII()
|
| D | unicodeobject.c | 3592 return PyUnicode_DecodeASCII(s, size, errors); in PyUnicode_Decode() 7257 PyUnicode_DecodeASCII(const char *s, in PyUnicode_DecodeASCII() function
|
| /third_party/python/Misc/ |
| D | stable_abi.toml | 1480 [function.PyUnicode_DecodeASCII]
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1289 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)
|