Home
last modified time | relevance | path

Searched refs:F_SIGN (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_format.h13 * F_SIGN '+'
19 #define F_SIGN (1<<1) macro
/third_party/python/Objects/
H A Dbytesobject.c706 /* Parse flags. Example: "%+i" => flags=F_SIGN. */ in _PyBytes_FormatEx()
710 case '+': flags |= F_SIGN; continue; in _PyBytes_FormatEx()
847 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()
899 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()
944 else if (flags & F_SIGN) in _PyBytes_FormatEx()
H A Dunicodeobject.c14588 && !(arg->flags & (F_SIGN | F_BLANK)) in mainformatlong()
14747 /* Parse flags. Example: "%+i" => flags=F_SIGN. */ in unicode_format_arg_parse()
14753 case '+': arg->flags |= F_SIGN; continue; in unicode_format_arg_parse()
14940 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_format()
15009 && !(arg->flags & (F_SIGN | F_BLANK))) in unicode_format_arg_output()
15036 else if (arg->flags & F_SIGN) in unicode_format_arg_output()
/third_party/python/Python/
H A Dast_opt.c309 case '+': *flags |= F_SIGN; continue; in simple_format_arg_parse()

Completed in 27 milliseconds