Searched refs:F_SIGN (Results 1 – 6 of 6) sorted by relevance
135 #define F_SIGN (1<<1) macro
412 #define F_SIGN (1<<1) macro728 case '+': flags |= F_SIGN; continue; in _PyBytes_FormatEx()865 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()917 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()962 else if (flags & F_SIGN) in _PyBytes_FormatEx()
14341 && !(arg->flags & (F_SIGN | F_BLANK)) in mainformatlong()14513 case '+': arg->flags |= F_SIGN; continue; in unicode_format_arg_parse()14700 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_format()14769 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_output()14796 else if (arg->flags & F_SIGN) in unicode_format_arg_output()
405 #define F_SIGN (1<<1) macro724 case '+': flags |= F_SIGN; continue; in _PyBytes_FormatEx()861 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()913 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()958 else if (flags & F_SIGN) in _PyBytes_FormatEx()
3947 #define F_SIGN (1<<1) macro4359 case '+': flags |= F_SIGN; continue; in PyString_Format()4598 else if (flags & F_SIGN) in PyString_Format()
8123 #define F_SIGN (1<<1) macro8476 case '+': flags |= F_SIGN; continue; in PyUnicode_Format()8716 else if (flags & F_SIGN) in PyUnicode_Format()