Home
last modified time | relevance | path

Searched refs:PyUnicode_FromStringAndSize (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h195 # define PyUnicode_FromStringAndSize PyUnicodeUCS2_FromStringAndSize macro
282 # define PyUnicode_FromStringAndSize PyUnicodeUCS4_FromStringAndSize macro
470 PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize(
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc44 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize
Ddescriptor_containers.cc61 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize
Ddescriptor.cc47 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize
Dmessage.cc76 #define PyString_FromStringAndSize PyUnicode_FromStringAndSize
/external/python/cpython2/Modules/_io/
D_iomodule.c764 if (!(_PyIO_empty_str = PyUnicode_FromStringAndSize(NULL, 0))) in init_io()
Dtextio.c1359 return PyUnicode_FromStringAndSize(NULL, 0); in textiowrapper_get_decoded_chars()
1840 line = PyUnicode_FromStringAndSize(NULL, 0); in _textiowrapper_readline()
/external/python/cpython2/Modules/
D_ssl.c976 v = PyUnicode_FromStringAndSize(buf, len); in _get_peer_alt_names()
1092 ostr = PyUnicode_FromStringAndSize((char *)uri->data, in _get_aia_uri()
1159 ouri = PyUnicode_FromStringAndSize((char *)uri->data, in _get_crl_dp()
1244 sn_obj = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate()
1261 pnotBefore = PyUnicode_FromStringAndSize(buf, len); in _decode_certificate()
/external/libxml2/python/
Dtypes.c13 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize
Dlibxml.c47 #define PY_IMPORT_STRING_SIZE PyUnicode_FromStringAndSize
/external/python/cpython2/Doc/data/
Drefcounts.dat1496 PyUnicode_FromStringAndSize:PyObject*::+1:
1497 PyUnicode_FromStringAndSize:const char*:u::
1498 PyUnicode_FromStringAndSize:ssize_t:size::
/external/python/cpython2/Objects/
Dunicodeobject.c493 PyObject *PyUnicode_FromStringAndSize(const char *u, Py_ssize_t size) in PyUnicode_FromStringAndSize() function
546 return PyUnicode_FromStringAndSize(u, size); in PyUnicode_FromString()
8177 result = PyUnicode_FromStringAndSize(p, strlen(p)); in formatfloat()
/external/python/cpython2/Doc/c-api/
Dunicode.rst223 .. c:function:: PyObject* PyUnicode_FromStringAndSize(const char *u, Py_ssize_t size)