/external/python/cpython2/Include/ |
D | unicodeobject.h | 165 # define PyUnicode_Decode PyUnicodeUCS2_Decode macro 252 # define PyUnicode_Decode PyUnicodeUCS4_Decode macro 685 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/ |
D | cext.h | 137 PyUnicode_Decode( \
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ |
D | cext.h | 175 PyUnicode_Decode( \
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1509 PyUnicode_Decode:PyObject*::+1: 1510 PyUnicode_Decode:const char*:s:: 1511 PyUnicode_Decode:int:size:: 1512 PyUnicode_Decode:const char*:encoding:: 1513 PyUnicode_Decode:const char*:errors::
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 362 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 301 fun:PyUnicode_Decode
|
D | stable_abi.txt | 1386 function PyUnicode_Decode
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2454 PyUnicode_Decode:PyObject*::+1: 2455 PyUnicode_Decode:const char*:s:: 2456 PyUnicode_Decode:Py_ssize_t:size:: 2457 PyUnicode_Decode:const char*:encoding:: 2458 PyUnicode_Decode:const char*:errors::
|
D | stable_abi.dat | 705 function,PyUnicode_Decode,3.2,
|
/external/python/cpython2/Parser/ |
D | tokenizer.c | 615 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8() 810 decoded = PyUnicode_Decode(*inp, strlen(*inp), encoding, NULL); in tok_stdin_decode()
|
/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 349 error_msg = PyUnicode_Decode(buf, strlen(buf), "ascii", "replace"); in _pysqlite_fetch_one_row()
|
/external/python/cpython3/PC/ |
D | python3dll.c | 630 EXPORT_FUNC(PyUnicode_Decode)
|
/external/python/cpython3/Python/ |
D | errors.c | 1756 res = PyUnicode_Decode(linebuf, strlen(linebuf), encoding, "replace"); in err_programtext()
|
D | bltinmodule.c | 2203 result = PyUnicode_Decode(s, len, stdin_encoding_str, in builtin_input_impl()
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1228 v = PyUnicode_Decode(s, len, encoding, errors); in PyUnicode_FromEncodedObject() 1235 PyObject *PyUnicode_Decode(const char *s, in PyUnicode_Decode() function 8301 unistr = PyUnicode_Decode(str, 1, NULL, "strict"); in formatchar() 8597 unicode = PyUnicode_Decode(PyString_AS_STRING(temp), in PyUnicode_Format()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 585 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8()
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 1099 u = PyUnicode_Decode((char*) template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
|
D | _testcapimodule.c | 1709 obj = PyUnicode_Decode("t\xeate", strlen("t\xeate"), in test_s_code() 1824 obj = PyUnicode_Decode("test", strlen("test"), in test_u_code()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 1250 PyUnicode_Decode(template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
|
D | _testcapimodule.c | 1667 obj = PyUnicode_Decode("test", strlen("test"), in test_u_code()
|
D | _elementtree.c | 2484 u = PyUnicode_Decode((char*) s, 256, name, "replace");
|
D | posixmodule.c | 2259 return PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,"strict"); in posix_getcwdu() 2652 return PyUnicode_Decode(outbuf, strlen(outbuf), in posix__getfullpathname()
|
/external/python/pybind11/include/pybind11/ |
D | cast.h | 1304 …return PyUnicode_Decode(buffer, nbytes, UTF_N == 8 ? "utf-8" : UTF_N == 16 ? "utf-16" : "utf-32", …
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3518 return PyUnicode_Decode( in PyUnicode_FromEncodedObject() 3545 v = PyUnicode_Decode((char*) buffer.buf, buffer.len, encoding, errors); in PyUnicode_FromEncodedObject() 3600 PyUnicode_Decode(const char *s, in PyUnicode_Decode() function 4105 return PyUnicode_Decode(s, size, in PyUnicode_DecodeFSDefaultAndSize()
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 441 .. c:function:: PyObject* PyUnicode_Decode(const char *s, Py_ssize_t size, const char *encoding, co…
|