vendor/golang.org/x/text/unicode/norm.Properties.BoundaryAfter (method)
6 uses
vendor/golang.org/x/text/unicode/norm (current package)
forminfo.go#L107: func (p Properties) BoundaryAfter() bool {
normalize.go#L389: if !info.BoundaryAfter() && !ss.isMax() {
normalize.go#L449: if !atEOF && !info.BoundaryAfter() && !ss.isMax() {
normalize.go#L480: if info.BoundaryAfter() {
normalize.go#L524: if !atEOF && !info.BoundaryAfter() {
normalize.go#L574: if info.BoundaryAfter() {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)