Searched refs:F_BLANK (Results 1 – 2 of 2) sorted by relevance
3951 #define F_BLANK (1<<2) macro4363 case ' ': flags |= F_BLANK; continue; in PyString_Format()4603 else if (flags & F_BLANK) in PyString_Format()
8128 #define F_BLANK (1<<2) macro8481 case ' ': flags |= F_BLANK; continue; in PyUnicode_Format()8722 else if (flags & F_BLANK) in PyUnicode_Format()