Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_format.h14 * F_BLANK ' '
20 #define F_BLANK (1<<2) macro
/third_party/python/Objects/
H A Dbytesobject.c711 case ' ': flags |= F_BLANK; continue; in _PyBytes_FormatEx()
847 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()
899 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()
946 else if (flags & F_BLANK) in _PyBytes_FormatEx()
H A Dunicodeobject.c14588 && !(arg->flags & (F_SIGN | F_BLANK)) in mainformatlong()
14754 case ' ': arg->flags |= F_BLANK; 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()
15038 else if (arg->flags & F_BLANK) in unicode_format_arg_output()
/third_party/python/Python/
H A Dast_opt.c310 case ' ': *flags |= F_BLANK; continue; in simple_format_arg_parse()

Completed in 23 milliseconds