Home | History | Annotate | Download | only in fmt

Lines Matching full:0100

575 	{"%0100d", 1, zeroFill("", 100, "1")},
576 {"%0100d", -1, zeroFill("-", 99, "1")},
659 {"%0100f", -1.0, zeroFill("-", 99, "1.000000")},