Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dbytesobject.h138 #define F_ZERO (1<<4) macro
/external/python/cpython3/Objects/
Dbytesobject.c406 #define F_ZERO (1<<4) macro
706 case '0': flags |= F_ZERO; continue; in _PyBytes_FormatEx()
887 if (flags & F_ZERO) in _PyBytes_FormatEx()
913 if (flags & F_ZERO) in _PyBytes_FormatEx()
Dunicodeobject.c14424 case '0': arg->flags |= F_ZERO; continue; in unicode_format_arg_parse()
14674 if (arg->sign && arg->flags & F_ZERO) in unicode_format_arg_output()
/external/python/cpython2/Objects/
Dstringobject.c3953 #define F_ZERO (1<<4) macro
4365 case '0': flags |= F_ZERO; continue; in PyString_Format()
4556 if (flags & F_ZERO) in PyString_Format()
4571 if (flags & F_ZERO) in PyString_Format()
Dunicodeobject.c8130 #define F_ZERO (1<<4) macro
8483 case '0': flags |= F_ZERO; continue; in PyUnicode_Format()
8678 if (flags & F_ZERO) in PyUnicode_Format()
8694 if (flags & F_ZERO) in PyUnicode_Format()