Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h647 PyAPI_FUNC(PyObject*) PyUnicode_AsASCIIString(
/third_party/python/PC/
Dpython3.def633 PyUnicode_AsASCIIString=python38.PyUnicode_AsASCIIString
/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.c1448 format = PyUnicode_AsASCIIString(format); in Struct___init___impl()
D_cursesmodule.c2320 ascii = PyUnicode_AsASCIIString(value); in PyCursesWindow_set_encoding()
D_ssl.c4204 PyObject *cadata_ascii = PyUnicode_AsASCIIString(cadata); in _ssl__SSLContext_load_verify_locations_impl()
D_pickle.c3777 unicode_encoder = PyUnicode_AsASCIIString; in save_global()
/third_party/python/Doc/data/
Drefcounts.dat2624 PyUnicode_AsASCIIString:PyObject*::+1:
2625 PyUnicode_AsASCIIString:PyObject*:unicode:0:
/third_party/python/Doc/c-api/
Dunicode.rst1407 .. c:function:: PyObject* PyUnicode_AsASCIIString(PyObject *unicode)
1422 :c:func:`PyUnicode_AsASCIIString` or
/third_party/python/Objects/
Dmemoryobject.c1207 asciifmt = PyUnicode_AsASCIIString(format); in cast_to_1D()
Dunicodeobject.c7114 PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function
/third_party/python/Doc/whatsnew/
D3.3.rst2317 * :c:func:`PyUnicode_EncodeASCII`: use :c:func:`PyUnicode_AsASCIIString`