Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeASCII (Results 1 – 22 of 22) 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.h650 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.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()
/external/python/cpython3/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,
Dpython3.10.abi768 …<elf-symbol name='PyUnicode_DecodeASCII' type='func-type' binding='global-binding' visibility='def…
10090 …<function-decl name='PyUnicode_DecodeASCII' mangled-name='PyUnicode_DecodeASCII' filepath='./Inclu…
11173PyUnicode_DecodeASCII' mangled-name='PyUnicode_DecodeASCII' filepath='Objects/unicodeobject.c' lin…
/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/PC/
Dpython3dll.c631 EXPORT_FUNC(PyUnicode_DecodeASCII)
/external/python/cpython3/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
/external/python/cpython3/Misc/
Dstable_abi.txt1388 function PyUnicode_DecodeASCII
/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.rst1416 .. c:function:: PyObject* PyUnicode_DecodeASCII(const char *s, Py_ssize_t size, const char *errors)