| /external/python/cpython3/Objects/ |
| D | accu.c | 11 sep = PyUnicode_FromStringAndSize("", 0); in join_list_unicode()
|
| /external/python/cpython3/Modules/_xxtestfuzz/ |
| D | fuzzer.c | 55 PyObject* s = PyUnicode_FromStringAndSize(data, size); in fuzz_builtin_int() 74 PyObject* s = PyUnicode_FromStringAndSize(data, size); in fuzz_builtin_unicode()
|
| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 195 # define PyUnicode_FromStringAndSize PyUnicodeUCS2_FromStringAndSize macro 282 # define PyUnicode_FromStringAndSize PyUnicodeUCS4_FromStringAndSize macro 470 PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
|
| /external/python/cpython3/Parser/ |
| D | pegen_errors.c | 259 return PyUnicode_FromStringAndSize("", 0); in get_error_line_from_tokenizer_buffers() 349 error_line = PyUnicode_FromStringAndSize("", 0); in _PyPegen_raise_error_known_location()
|
| D | string_parser.c | 767 *expr_text = PyUnicode_FromStringAndSize(expr_start, *str-expr_start); in fstring_find_expr() 1212 state->last_str = PyUnicode_FromStringAndSize(NULL, 0); in _PyPegen_FstringParser_Finish()
|
| /external/python/cpython3/Python/ |
| D | Python-tokenize.c | 77 str = PyUnicode_FromStringAndSize(start, end - start); in tokenizeriter_next()
|
| D | structmember.c | 62 v = PyUnicode_FromStringAndSize((char*)addr, 1); in PyMember_GetOne()
|
| D | modsupport.c | 426 v = PyUnicode_FromStringAndSize(str, n); in do_mkvalue()
|
| /external/trace-cmd/python/ |
| D | ctracecmd.i | 175 return PyUnicode_FromStringAndSize((char *)r->data + f->offset,
|
| /external/python/cpython3/Modules/ |
| D | getpath.c | 108 return PyUnicode_FromStringAndSize(NULL, 0); in getpath_dirname() 264 return PyUnicode_FromStringAndSize(NULL, 0); in getpath_joinpath() 304 return PyUnicode_FromStringAndSize(NULL, 0); in getpath_joinpath()
|
| D | _testclinic.c | 530 arg = PyUnicode_FromStringAndSize(c, c_length); in str_converter_impl() 588 arg = PyUnicode_FromStringAndSize(c, c_length); in str_converter_encoding_impl()
|
| D | _ssl.c | 1046 name_obj = PyUnicode_FromStringAndSize(namebuf, buflen); in _asn1obj2py() 1282 v = PyUnicode_FromStringAndSize((char *)ASN1_STRING_get0_data(as), in _get_peer_alt_names() 1311 v = PyUnicode_FromStringAndSize(buf, len); in _get_peer_alt_names() 1356 v = PyUnicode_FromStringAndSize(buf, len); in _get_peer_alt_names() 1402 v = PyUnicode_FromStringAndSize(buf, (vptr - buf)); in _get_peer_alt_names() 1408 v = PyUnicode_FromStringAndSize((vptr + 1), in _get_peer_alt_names() 1476 ostr = PyUnicode_FromStringAndSize((char *)uri->data, in _get_aia_uri() 1543 ouri = PyUnicode_FromStringAndSize((char *)uri->data, in _get_crl_dp() 1632 sn_obj = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate() 1649 pnotBefore = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate() [all …]
|
| D | _stat.c | 411 return PyUnicode_FromStringAndSize(buf, 10); in stat_filemode()
|
| D | sha256module.c | 530 return PyUnicode_FromStringAndSize("sha256", 6); in SHA256_get_name() 532 return PyUnicode_FromStringAndSize("sha224", 6); in SHA256_get_name()
|
| D | nismodule.c | 181 res = PyUnicode_FromStringAndSize (domain, strlen(domain)); in nis_get_default_domain()
|
| D | sha512module.c | 586 return PyUnicode_FromStringAndSize("sha512", 6); in SHA512_get_name() 588 return PyUnicode_FromStringAndSize("sha384", 6); in SHA512_get_name()
|
| D | sha1module.c | 442 return PyUnicode_FromStringAndSize("sha1", 4); in SHA1_get_name()
|
| /external/python/cpython3/Modules/_sqlite/ |
| D | cursor.c | 197 key = PyUnicode_FromStringAndSize(keystr, keylen); in _pysqlite_get_converter() 313 return PyUnicode_FromStringAndSize(colname, len); in _pysqlite_build_column_name() 398 converted = PyUnicode_FromStringAndSize(text, nbytes); in _pysqlite_fetch_one_row()
|
| D | connection.c | 703 cur_py_value = PyUnicode_FromStringAndSize(text, size); in _pysqlite_build_py_params() 1794 string1 = PyUnicode_FromStringAndSize((const char*)text1_data, text1_length); in collation_callback() 1795 string2 = PyUnicode_FromStringAndSize((const char*)text2_data, text2_length); in collation_callback()
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 130 PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
|
| /external/python/cpython2/Modules/_io/ |
| D | _iomodule.c | 764 if (!(_PyIO_empty_str = PyUnicode_FromStringAndSize(NULL, 0))) in init_io()
|
| /external/python/cpython2/Modules/ |
| D | _ssl.c | 1061 v = PyUnicode_FromStringAndSize(buf, len); in _get_peer_alt_names() 1177 ostr = PyUnicode_FromStringAndSize((char *)uri->data, in _get_aia_uri() 1240 ouri = PyUnicode_FromStringAndSize((char *)uri->data, in _get_crl_dp() 1323 sn_obj = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate() 1340 pnotBefore = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate()
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/python/ |
| D | message.c | 750 return PyUnicode_FromStringAndSize(NULL, 0); in PyUpb_Message_ToString() 759 return PyUnicode_FromStringAndSize(buf, size); in PyUpb_Message_ToString() 764 PyObject* ret = PyUnicode_FromStringAndSize(buf2, size2); in PyUpb_Message_ToString()
|
| D | descriptor_pool.c | 176 PyUnicode_FromStringAndSize(deps[i].data, deps[i].size); in PyUpb_DescriptorPool_LoadDependentFiles()
|
| /external/libxml2/python/ |
| D | types.c | 14 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize
|