Home
last modified time | relevance | path

Searched refs:STRINGLIB_RESIZE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h24 #define STRINGLIB_RESIZE PyUnicode_Resize macro
Dstringdefs.h24 #define STRINGLIB_RESIZE _PyString_Resize macro
Dstring_format.h162 if (STRINGLIB_RESIZE(&output->obj, maxlen) < 0) in output_extend()
1008 if (STRINGLIB_RESIZE(&output.obj, count) < 0) { in build_string()