Home
last modified time | relevance | path

Searched refs:F_ZERO (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dbytesobject.h71 #define F_ZERO (1<<4) macro
/external/python/cpython2/Objects/
Dbytesobject.c408 #define F_ZERO (1<<4) macro
727 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()
902 if (flags & F_ZERO) in _PyBytes_FormatEx()
928 if (flags & F_ZERO) in _PyBytes_FormatEx()
Dstringobject.c3950 #define F_ZERO (1<<4) macro
4362 case '0': flags |= F_ZERO; continue; in PyString_Format()
4553 if (flags & F_ZERO) in PyString_Format()
4568 if (flags & F_ZERO) in PyString_Format()
Dunicodeobject.c8126 #define F_ZERO (1<<4) macro
8479 case '0': flags |= F_ZERO; continue; in PyUnicode_Format()
8674 if (flags & F_ZERO) in PyUnicode_Format()
8690 if (flags & F_ZERO) in PyUnicode_Format()
/external/python/cpython3/Objects/
Dbytesobject.c401 #define F_ZERO (1<<4) macro
716 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()
891 if (flags & F_ZERO) in _PyBytes_FormatEx()
917 if (flags & F_ZERO) in _PyBytes_FormatEx()
Dunicodeobject.c14837 case '0': arg->flags |= F_ZERO; continue; in unicode_format_arg_parse()
15081 if (arg->sign && arg->flags & F_ZERO) in unicode_format_arg_output()