Lines Matching refs:Format
87 func (f F) Format(s State, c rune) {
128 func (byteFormatter) Format(f State, _ rune) {
375 // unicode format
419 // Precision has no effect for binary float format.
471 // Precision has no effect for binary complex format.
806 // Extra argument errors should format without flags set.
822 char *format[] = {
839 printf("%s: ", format[i]);
840 printf(format[i], 1.0);
842 printf(format[i], -1.0);
908 // Incomplete format specification caused crash.
1341 func (flagPrinter) Format(f State, c rune) {
1584 // PanicF is a type that panics in Format.
1590 func (p PanicF) Format(f State, c rune) {
1609 // Format