Searched refs:PyUnicode_Decode (Results 1 – 19 of 19) sorted by relevance
| /third_party/python/Include/ |
| D | unicodeobject.h | 358 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
|
| /third_party/python/Misc/ |
| D | valgrind-python.supp | 301 fun:PyUnicode_Decode
|
| D | stable_abi.toml | 1478 [function.PyUnicode_Decode]
|
| D | HISTORY | 12733 "iso-8859-1" in PyUnicode_AsEncodedString() and PyUnicode_Decode().
|
| D | NEWS | 16457 :c:func:`PyUnicode_Decode` when using GCC builtin strcmp().
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2456 PyUnicode_Decode:PyObject*::+1: 2457 PyUnicode_Decode:const char*:s:: 2458 PyUnicode_Decode:Py_ssize_t:size:: 2459 PyUnicode_Decode:const char*:encoding:: 2460 PyUnicode_Decode:const char*:errors::
|
| D | stable_abi.dat | 725 function,PyUnicode_Decode,3.2,,
|
| /third_party/python/PC/ |
| D | python3dll.c | 643 EXPORT_FUNC(PyUnicode_Decode)
|
| /third_party/python/Modules/_sqlite/ |
| D | cursor.c | 408 error_msg = PyUnicode_Decode(buf, strlen(buf), "ascii", "replace"); in _pysqlite_fetch_one_row()
|
| /third_party/python/Python/ |
| D | errors.c | 1783 res = PyUnicode_Decode(linebuf, strlen(linebuf), encoding, "replace"); in err_programtext()
|
| D | bltinmodule.c | 2240 result = PyUnicode_Decode(s, len, stdin_encoding_str, in builtin_input_impl()
|
| /third_party/python/Modules/ |
| D | pyexpat.c | 1100 u = PyUnicode_Decode((char*) template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
|
| D | _testcapimodule.c | 1904 obj = PyUnicode_Decode("t\xeate", strlen("t\xeate"), in test_s_code() 2019 obj = PyUnicode_Decode("test", strlen("test"), in test_u_code()
|
| D | _ssl.c | 746 hostname = PyUnicode_Decode(server_hostname, len, "ascii", "strict"); in _ssl_configure_hostname()
|
| D | _pickle.c | 5512 obj = PyUnicode_Decode(s, size, self->encoding, self->errors); in load_counted_binstring()
|
| /third_party/python/Parser/ |
| D | tokenizer.c | 613 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8()
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 3464 return PyUnicode_Decode( in PyUnicode_FromEncodedObject() 3491 v = PyUnicode_Decode((char*) buffer.buf, buffer.len, encoding, errors); in PyUnicode_FromEncodedObject() 3546 PyUnicode_Decode(const char *s, in PyUnicode_Decode() function 4035 return PyUnicode_Decode(s, size, in PyUnicode_DecodeFSDefaultAndSize()
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1017 .. c:function:: PyObject* PyUnicode_Decode(const char *s, Py_ssize_t size, \
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 2947 name = PyUnicode_Decode(PyString_AsString(name), PyString_Size(name), NULL, NULL); in SWIG_Python_NonDynamicSetAttr()
|