Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h166 # define PyUnicode_DecodeASCII PyUnicodeUCS2_DecodeASCII macro
253 # define PyUnicode_DecodeASCII PyUnicodeUCS4_DecodeASCII macro
997 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
/external/libchrome/third_party/markupsafe/
D_speedups.c15 #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL)…
/external/python/cpython3/Include/
Dunicodeobject.h630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeASCII(
/external/python/cpython2/Doc/data/
Drefcounts.dat1606 PyUnicode_DecodeASCII:PyObject*::+1:
1607 PyUnicode_DecodeASCII:const char*:s::
1608 PyUnicode_DecodeASCII:int:size::
1609 PyUnicode_DecodeASCII:const char*:errors::
/external/python/cpython3/Modules/
D_codecsmodule.c548 PyObject *decoded = PyUnicode_DecodeASCII(data->buf, data->len, errors); in _codecs_ascii_decode_impl()
D_csv.c267 *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.c3013 typecodes = PyUnicode_DecodeASCII(buffer, p - buffer, NULL); in array_modexec()
Dposixmodule.c15496 unicode = PyUnicode_DecodeASCII(trace->label, strlen(trace->label), NULL); in posixmodule_exec()
/external/python/cpython3/PC/
Dpython3.def656 PyUnicode_DecodeASCII=python39.PyUnicode_DecodeASCII
/external/python/cpython3/Doc/data/
Drefcounts.dat2619 PyUnicode_DecodeASCII:PyObject*::+1:
2620 PyUnicode_DecodeASCII:const char*:s::
2621 PyUnicode_DecodeASCII:Py_ssize_t:size::
2622 PyUnicode_DecodeASCII:const char*:errors::
/external/python/cpython2/Modules/
D_codecsmodule.c547 unicode = PyUnicode_DecodeASCII(pbuf.buf, pbuf.len, errors); in ascii_decode()
Dposixmodule.c8694 woperation = PyUnicode_DecodeASCII(operation, in win32_startfile()
/external/python/cpython3/Objects/
Dobject.c519 res = PyUnicode_DecodeASCII( in PyObject_ASCII()
Dunicodeobject.c3448 return PyUnicode_DecodeASCII(s, size, errors); in PyUnicode_Decode()
7150 PyUnicode_DecodeASCII(const char *s, in PyUnicode_DecodeASCII() function
/external/python/cpython2/Objects/
Dfileobject.c365 wmode = PyUnicode_DecodeASCII(newmode, strlen(newmode), NULL); in open_the_file()
Dunicodeobject.c1255 return PyUnicode_DecodeASCII(s, size, errors); in PyUnicode_Decode()
3823 PyObject *PyUnicode_DecodeASCII(const char *s, in PyUnicode_DecodeASCII() function
/external/python/cpython2/Doc/c-api/
Dunicode.rst823 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)
/external/python/cpython3/Doc/c-api/
Dunicode.rst1427 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)