HomeSort by relevance Sort by last modified time
    Searched refs:F_ALT (Results 1 - 9 of 9) sorted by null

  /external/python/cpython3/Include/
bytesobject.h 137 #define F_ALT (1<<3)
  /external/python/cpython3/Objects/
bytesobject.c 399 * F_ALT '#'
405 #define F_ALT (1<<3)
430 (flags & F_ALT) ? Py_DTSF_ALT : 0, NULL);
459 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type);
473 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type);
705 case '#': flags |= F_ALT; continue;
850 int alternate = flags & F_ALT;
977 if ((flags & F_ALT) && (c == 'o' || c == 'x' || c == 'X')) {
1002 if ((flags & F_ALT) && (c == 'o' || c == 'x' || c == 'X')) {
    [all...]
unicodeobject.c     [all...]
  /external/python/cpython2/Objects/
stringobject.c     [all...]
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c     [all...]
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c     [all...]
unicodeobject.c     [all...]

Completed in 928 milliseconds