Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h656 PyAPI_FUNC(PyObject*) PyUnicode_AsASCIIString(
/third_party/python/Doc/data/
Dstable_abi.dat680 function,PyUnicode_AsASCIIString,3.2,
Drefcounts.dat2606 PyUnicode_AsASCIIString:PyObject*::+1:
2607 PyUnicode_AsASCIIString:PyObject*:unicode:0:
/third_party/python/PC/
Dpython3dll.c605 EXPORT_FUNC(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.c1474 format = PyUnicode_AsASCIIString(format); in Struct___init___impl()
D_cursesmodule.c2459 ascii = PyUnicode_AsASCIIString(value); in PyCursesWindow_set_encoding()
D_ssl.c4053 PyObject *cadata_ascii = PyUnicode_AsASCIIString(cadata); in _ssl__SSLContext_load_verify_locations_impl()
D_pickle.c3774 unicode_encoder = PyUnicode_AsASCIIString; in save_global()
/third_party/python/Misc/
Dstable_abi.txt1350 function PyUnicode_AsASCIIString
/third_party/python/Doc/c-api/
Dunicode.rst1422 .. c:function:: PyObject* PyUnicode_AsASCIIString(PyObject *unicode)
1437 :c:func:`PyUnicode_AsASCIIString` or
/third_party/python/Objects/
Dmemoryobject.c1210 asciifmt = PyUnicode_AsASCIIString(format); in cast_to_1D()
Dunicodeobject.c7528 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`