Searched refs:F_SIGN (Results 1 – 2 of 2) sorted by relevance
3950 #define F_SIGN (1<<1) macro4362 case '+': flags |= F_SIGN; continue; in PyString_Format()4601 else if (flags & F_SIGN) in PyString_Format()
8127 #define F_SIGN (1<<1) macro8480 case '+': flags |= F_SIGN; continue; in PyUnicode_Format()8720 else if (flags & F_SIGN) in PyUnicode_Format()