Home
last modified time | relevance | path

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

/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()