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

  /external/python/cpython3/Include/
bytesobject.h 135 #define F_SIGN (1<<1)
  /external/python/cpython3/Objects/
bytesobject.c 397 * F_SIGN '+'
403 #define F_SIGN (1<<1)
699 /* Parse flags. Example: "%+i" => flags=F_SIGN. */
703 case '+': flags |= F_SIGN; continue;
846 && !(flags & (F_SIGN | F_BLANK))
898 && !(flags & (F_SIGN | F_BLANK)))
943 else if (flags & F_SIGN)
    [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...]
  /external/python/cpython2/Objects/
stringobject.c     [all...]
unicodeobject.c     [all...]

Completed in 1167 milliseconds