Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3951 #define F_BLANK (1<<2) macro
4363 case ' ': flags |= F_BLANK; continue; in PyString_Format()
4603 else if (flags & F_BLANK) in PyString_Format()
Dunicodeobject.c8128 #define F_BLANK (1<<2) macro
8481 case ' ': flags |= F_BLANK; continue; in PyUnicode_Format()
8722 else if (flags & F_BLANK) in PyUnicode_Format()