Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_format.h16 * F_ZERO '0'
22 #define F_ZERO (1<<4) macro
/third_party/python/Objects/
H A Dbytesobject.c713 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()
888 if (flags & F_ZERO) in _PyBytes_FormatEx()
914 if (flags & F_ZERO) in _PyBytes_FormatEx()
H A Dunicodeobject.c14756 case '0': arg->flags |= F_ZERO; continue; in unicode_format_arg_parse()
15000 if (arg->sign && arg->flags & F_ZERO) in unicode_format_arg_output()
/third_party/python/Python/
H A Dast_opt.c312 case '0': *flags |= F_ZERO; continue; in simple_format_arg_parse()

Completed in 22 milliseconds