Home
last modified time | relevance | path

Searched refs:F_SIGN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dstringobject.c3950 #define F_SIGN (1<<1) macro
4362 case '+': flags |= F_SIGN; continue; in PyString_Format()
4601 else if (flags & F_SIGN) in PyString_Format()
Dunicodeobject.c8127 #define F_SIGN (1<<1) macro
8480 case '+': flags |= F_SIGN; continue; in PyUnicode_Format()
8720 else if (flags & F_SIGN) in PyUnicode_Format()