Searched refs:F_ZERO (Results 1 – 2 of 2) sorted by relevance
3953 #define F_ZERO (1<<4) macro4365 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()
8130 #define F_ZERO (1<<4) macro8483 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()