vendor/golang.org/x/text/unicode/norm.streamSafe.isMax (method)
3 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L86: func (ss streamSafe) isMax() bool {
normalize.go#L389: if !info.BoundaryAfter() && !ss.isMax() {
normalize.go#L449: if !atEOF && !info.BoundaryAfter() && !ss.isMax() {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)