Home
last modified time | relevance | path

Searched refs:PyUnicode_AsASCIIString (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h148 # define PyUnicode_AsASCIIString PyUnicodeUCS2_AsASCIIString macro
235 # define PyUnicode_AsASCIIString PyUnicodeUCS4_AsASCIIString macro
1003 PyAPI_FUNC(PyObject*) PyUnicode_AsASCIIString(
/external/python/cpython3/Include/
Dunicodeobject.h652 PyAPI_FUNC(PyObject*) PyUnicode_AsASCIIString(
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor.cc90 : PyBytes_AsString(PyUnicode_AsASCIIString(key)); in PyArrayDescr_to_TF_DataType()
/external/python/cpython2/Modules/
Dtimemodule.c658 str = PyUnicode_AsASCIIString(unicode); in _asctime()
D_ssl.c2992 cadata_ascii = PyUnicode_AsASCIIString(cadata); in load_verify_locations()
/external/python/cpython3/PC/
Dpython3dll.c618 EXPORT_FUNC(PyUnicode_AsASCIIString)
/external/python/cpython2/Doc/data/
Drefcounts.dat1616 PyUnicode_AsASCIIString:PyObject*::+1:
1617 PyUnicode_AsASCIIString:PyObject*:unicode::
/external/python/cpython3/Doc/data/
Dstable_abi.dat700 function,PyUnicode_AsASCIIString,3.2,,
Drefcounts.dat2560 PyUnicode_AsASCIIString:PyObject*::+1:
2561 PyUnicode_AsASCIIString:PyObject*:unicode:0:
Dpython3.11.abi759 …<elf-symbol name='PyUnicode_AsASCIIString' type='func-type' binding='global-binding' visibility='d…
10503PyUnicode_AsASCIIString' mangled-name='PyUnicode_AsASCIIString' filepath='Objects/unicodeobject.c'…
/external/python/cpython3/Modules/
D_testbuffer.c806 tmp = PyUnicode_AsASCIIString(format); in get_format()
2372 ascii_order = PyUnicode_AsASCIIString(order); in get_ascii_order()
D_struct.c1476 format = PyUnicode_AsASCIIString(format); in Struct___init___impl()
D_cursesmodule.c2465 ascii = PyUnicode_AsASCIIString(value); in PyCursesWindow_set_encoding()
D_ssl.c4091 PyObject *cadata_ascii = PyUnicode_AsASCIIString(cadata); in _ssl__SSLContext_load_verify_locations_impl()
D_pickle.c3796 unicode_encoder = PyUnicode_AsASCIIString; in save_global()
/external/python/cpython3/Misc/
Dstable_abi.toml1442 [function.PyUnicode_AsASCIIString]
/external/python/cpython3/Objects/
Dmemoryobject.c1208 asciifmt = PyUnicode_AsASCIIString(format); in cast_to_1D()
Dunicodeobject.c7373 PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function
/external/python/cpython2/Objects/
Dunicodeobject.c1370 return PyUnicode_AsASCIIString(unicode); in PyUnicode_AsEncodedString()
3889 PyObject *PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function
/external/python/cpython2/Doc/c-api/
Dunicode.rst843 .. c:function:: PyObject* PyUnicode_AsASCIIString(PyObject *unicode)
/external/python/cpython3/Doc/c-api/
Dunicode.rst1295 .. c:function:: PyObject* PyUnicode_AsASCIIString(PyObject *unicode)
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2317 * :c:func:`PyUnicode_EncodeASCII`: use :c:func:`PyUnicode_AsASCIIString`