Searched refs:F_ZERO (Results 1 – 6 of 6) sorted by relevance
138 #define F_ZERO (1<<4) macro
414 #define F_ZERO (1<<4) macro733 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()908 if (flags & F_ZERO) in _PyBytes_FormatEx()934 if (flags & F_ZERO) in _PyBytes_FormatEx()
14491 case '0': arg->flags |= F_ZERO; continue; in unicode_format_arg_parse()14735 if (arg->sign && arg->flags & F_ZERO) in unicode_format_arg_output()
408 #define F_ZERO (1<<4) macro727 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()902 if (flags & F_ZERO) in _PyBytes_FormatEx()928 if (flags & F_ZERO) in _PyBytes_FormatEx()
3950 #define F_ZERO (1<<4) macro4362 case '0': flags |= F_ZERO; continue; in PyString_Format()4553 if (flags & F_ZERO) in PyString_Format()4568 if (flags & F_ZERO) in PyString_Format()
8126 #define F_ZERO (1<<4) macro8479 case '0': flags |= F_ZERO; continue; in PyUnicode_Format()8674 if (flags & F_ZERO) in PyUnicode_Format()8690 if (flags & F_ZERO) in PyUnicode_Format()