Searched refs:F_SIGN (Results 1 – 3 of 3) sorted by relevance
19 #define F_SIGN (1<<1) macro
740 case '+': flags |= F_SIGN; continue; in _PyBytes_FormatEx()877 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()929 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()974 else if (flags & F_SIGN) in _PyBytes_FormatEx()
14917 && !(arg->flags & (F_SIGN | F_BLANK)) in mainformatlong()15082 case '+': arg->flags |= F_SIGN; continue; in unicode_format_arg_parse()15269 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_format()15338 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_output()15365 else if (arg->flags & F_SIGN) in unicode_format_arg_output()