Home
last modified time | relevance | path

Searched refs:STRINGLIB_TOSTR (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h30 #define STRINGLIB_TOSTR PyObject_Unicode macro
32 #define STRINGLIB_TOSTR PyObject_Str macro
Dstringdefs.h27 #define STRINGLIB_TOSTR PyObject_Str macro
Dformatter.h1316 result = STRINGLIB_TOSTR(obj); in FORMAT_STRING()
1355 result = STRINGLIB_TOSTR(obj); in format_int_or_long()
1466 result = STRINGLIB_TOSTR(obj); in FORMAT_FLOAT()
1514 result = STRINGLIB_TOSTR(obj); in FORMAT_COMPLEX()
Dstring_format.h618 PyObject *tmp = STRINGLIB_TOSTR(result); in render_field()
851 return STRINGLIB_TOSTR(obj); in do_conversion()
/external/python/cpython3/Objects/stringlib/
Ducs2lib.h25 #define STRINGLIB_TOSTR PyObject_Str macro
Ducs4lib.h25 #define STRINGLIB_TOSTR PyObject_Str macro
Ducs1lib.h25 #define STRINGLIB_TOSTR PyObject_Str macro
Dunicodedefs.h27 #define STRINGLIB_TOSTR PyObject_Str macro
Dasciilib.h25 #define STRINGLIB_TOSTR PyObject_Str macro
Dstringdefs.h26 #define STRINGLIB_TOSTR PyObject_Str macro