Searched refs:PyUnicode_DecodeASCII (Results 1 – 15 of 15) 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/python/Include/ |
| D | unicodeobject.h | 650 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 | 301 *target = PyUnicode_DecodeASCII(dflt, strlen(dflt), NULL); in _set_str()
|
| D | _pickle.c | 5878 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()
|
| D | arraymodule.c | 3091 typecodes = PyUnicode_DecodeASCII(buffer, p - buffer, NULL); in array_modexec()
|
| D | posixmodule.c | 15793 unicode = PyUnicode_DecodeASCII(trace->label, strlen(trace->label), NULL); in posixmodule_exec()
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2596 PyUnicode_DecodeASCII:PyObject*::+1: 2597 PyUnicode_DecodeASCII:const char*:s:: 2598 PyUnicode_DecodeASCII:Py_ssize_t:size:: 2599 PyUnicode_DecodeASCII:const char*:errors::
|
| D | stable_abi.dat | 706 function,PyUnicode_DecodeASCII,3.2,
|
| /third_party/python/PC/ |
| D | python3dll.c | 631 EXPORT_FUNC(PyUnicode_DecodeASCII)
|
| /third_party/python/Objects/ |
| D | object.c | 539 res = PyUnicode_DecodeASCII( in PyObject_ASCII()
|
| D | unicodeobject.c | 3646 return PyUnicode_DecodeASCII(s, size, errors); in PyUnicode_Decode() 7397 PyUnicode_DecodeASCII(const char *s, in PyUnicode_DecodeASCII() function
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1388 function PyUnicode_DecodeASCII
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1416 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)
|