vendor/golang.org/x/text/unicode/norm.Form.IsNormalString (method)
3 uses
vendor/golang.org/x/text/unicode/norm (current package)
normalize.go#L111: func (f Form) IsNormalString(s string) bool {
vendor/golang.org/x/net/idna
idna10.0.0.go#L405: if !norm.NFC.IsNormalString(s) {
idna10.0.0.go#L594: if !norm.NFC.IsNormalString(s) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)