Home
last modified time | relevance | path

Searched refs:STRINGLIB_TOSTR (Results 1 – 4 of 4) 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()