Searched refs:FLAG_SHORTER (Results 1 – 2 of 2) sorted by relevance
40 public static final int FLAG_SHORTER = 1 << 0; field in Formatter111 FLAG_SI_UNITS | FLAG_SHORTER); in formatShortFileSize()160 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()168 if ((flags & FLAG_SHORTER) != 0) { in formatBytes()
220 checkFormatBytes(bytes, (useShort ? Formatter.FLAG_SHORTER : 0), in checkFormatBytes()