Searched refs:LEFT_JUSTIFY (Results 1 – 4 of 4) sorted by relevance
50 public static final int LEFT_JUSTIFY = 1<<0; // '-' field in FormattableFlags
3256 boolean padRight = f.contains(Flags.LEFT_JUSTIFY); in appendJustified()3292 if (width == -1 && f.contains(Flags.LEFT_JUSTIFY)) in checkGeneral()3306 if (width == -1 && f.contains(Flags.LEFT_JUSTIFY)) in checkDateTime()3316 if (width == -1 && f.contains(Flags.LEFT_JUSTIFY)) in checkCharacter()3360 && (f.contains(Flags.LEFT_JUSTIFY) || f.contains(Flags.ZERO_PAD))) in checkNumeric()3365 || (f.contains(Flags.LEFT_JUSTIFY) && f.contains(Flags.ZERO_PAD))) in checkNumeric()3374 if (f.valueOf() != Flags.LEFT_JUSTIFY.valueOf() in checkText()3378 if (width == -1 && f.contains(Flags.LEFT_JUSTIFY)) in checkText()4746 static final Flags LEFT_JUSTIFY = new Flags(1<<0); // '-'4801 case '-' -> LEFT_JUSTIFY;[all …]
23 assertEquals(1, FormattableFlags.LEFT_JUSTIFY); in test_ConstantFieldValues()
13877 field public static final int LEFT_JUSTIFY = 1; // 0x1