Home
last modified time | relevance | path

Searched refs:F_BLANK (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_format.h20 #define F_BLANK (1<<2) macro
/third_party/python/Objects/
Dbytesobject.c741 case ' ': flags |= F_BLANK; continue; in _PyBytes_FormatEx()
877 && !(flags & (F_SIGN | F_BLANK)) in _PyBytes_FormatEx()
929 && !(flags & (F_SIGN | F_BLANK))) in _PyBytes_FormatEx()
976 else if (flags & F_BLANK) in _PyBytes_FormatEx()
Dunicodeobject.c14917 && !(arg->flags & (F_SIGN | F_BLANK)) in mainformatlong()
15083 case ' ': arg->flags |= F_BLANK; 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()
15367 else if (arg->flags & F_BLANK) in unicode_format_arg_output()