func golang.org/x/xerrors.parsePrintfVerb

2 uses

	golang.org/x/xerrors (current package)
		fmt.go#L118: 		sz, isW = parsePrintfVerb(format[i:])
		fmt.go#L136: func parsePrintfVerb(s string) (int, bool) {