Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()
1011 if (STRINGLIB_RESIZE(&output.obj, count) < 0) { in build_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()