Home
last modified time | relevance | path

Searched refs:PyUnicode_InternInPlace (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Modules/
D_operator.c1171 PyUnicode_InternInPlace(&item); in attrgetter_new()
1197 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1211 PyUnicode_InternInPlace(&attr_chain_item); in attrgetter_new()
1491 PyUnicode_InternInPlace(&name); in methodcaller_new()
D_tracemalloc.c1021 PyUnicode_InternInPlace(&unknown_filename); in tracemalloc_init()
D_pickle.c6247 PyUnicode_InternInPlace(&d_key); in load_build()
/external/python/cpython3/Objects/
Dcodeobject.c41 PyUnicode_InternInPlace(&PyTuple_GET_ITEM(tuple, i)); in intern_strings()
61 PyUnicode_InternInPlace(&v); in intern_string_constants()
Dobject.c1014 PyUnicode_InternInPlace(&name); in PyObject_SetAttr()
Dunicodeobject.c2146 PyUnicode_InternInPlace(&id->object); in _PyUnicode_FromId()
15248 PyUnicode_InternInPlace(PyObject **p) in PyUnicode_InternInPlace() function
15293 PyUnicode_InternInPlace(p); in PyUnicode_InternImmortal()
15306 PyUnicode_InternInPlace(&s); in PyUnicode_InternFromString()
Dtypeobject.c502 PyUnicode_InternInPlace(&mod); in type_module()
3251 PyUnicode_InternInPlace(&name); in type_setattro()
Ddictobject.c3290 PyUnicode_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt360 interned # slight race on init in PyUnicode_InternInPlace()
/external/python/cpython3/PC/
Dpython3.def697 PyUnicode_InternInPlace=python37.PyUnicode_InternInPlace
/external/python/cpython3/Python/
Dmarshal.c1173 PyUnicode_InternInPlace(&v); in r_object()
1205 PyUnicode_InternInPlace(&v); in r_object()
Dcodecs.c121 PyUnicode_InternInPlace(&v); in _PyCodec_Lookup()
Dsysmodule.c438 PyUnicode_InternInPlace(&s); in sys_intern()
Dgetargs.c1974 PyUnicode_InternInPlace(&str); in parser_init()
Dast.c666 PyUnicode_InternInPlace(&id); in new_identifier()
3246 PyUnicode_InternInPlace(&str); in alias_for_import_name()
/external/python/cpython3/Include/
Dunicodeobject.h1011 PyAPI_FUNC(void) PyUnicode_InternInPlace(PyObject **);
/external/python/cpython3/Doc/data/
Drefcounts.dat2713 PyUnicode_InternInPlace:void:::
2714 PyUnicode_InternInPlace:PyObject**:string:+1:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1708 .. c:function:: void PyUnicode_InternInPlace(PyObject **string)
1724 :c:func:`PyUnicode_InternInPlace`, returning either a new unicode string