Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h652 PyAPI_FUNC(PyObject*) PyUnicode_AsASCIIString(
/third_party/python/PC/
Dpython3dll.c618 EXPORT_FUNC(PyUnicode_AsASCIIString)
/third_party/python/Doc/data/
Dstable_abi.dat700 function,PyUnicode_AsASCIIString,3.2,,
Drefcounts.dat2560 PyUnicode_AsASCIIString:PyObject*::+1:
2561 PyUnicode_AsASCIIString:PyObject*:unicode:0:
/third_party/python/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()
/third_party/python/Misc/
Dstable_abi.toml1442 [function.PyUnicode_AsASCIIString]
/third_party/python/Objects/
Dmemoryobject.c1208 asciifmt = PyUnicode_AsASCIIString(format); in cast_to_1D()
Dunicodeobject.c7373 PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function
/third_party/python/Doc/c-api/
Dunicode.rst1295 .. c:function:: PyObject* PyUnicode_AsASCIIString(PyObject *unicode)
/third_party/python/Doc/whatsnew/
D3.3.rst2317 * :c:func:`PyUnicode_EncodeASCII`: use :c:func:`PyUnicode_AsASCIIString`