golang.org/x/text/internal/language.scanner.setError (method)

8 uses

	golang.org/x/text/internal/language (current package)
		parse.go#L123: func (s *scanner) setError(e error) {
		parse.go#L158: 	s.setError(e)
		parse.go#L204: 		s.setError(ErrSyntax)
		parse.go#L270: 			scan.setError(ErrSyntax)
		parse.go#L295: 	scan.setError(e)
		parse.go#L454: 			scan.setError(ErrSyntax)
		parse.go#L523: 						scan.setError(ErrSyntax)
		parse.go#L535: 							scan.setError(ErrDuplicateKey)