Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dbytesobject.h138 #define F_ZERO (1<<4) macro
/external/python/cpython3/Objects/
Dbytesobject.c414 #define F_ZERO (1<<4) macro
733 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()
908 if (flags & F_ZERO) in _PyBytes_FormatEx()
934 if (flags & F_ZERO) in _PyBytes_FormatEx()
Dunicodeobject.c14491 case '0': arg->flags |= F_ZERO; continue; in unicode_format_arg_parse()
14735 if (arg->sign && arg->flags & F_ZERO) in unicode_format_arg_output()
/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()