const golang.org/x/text/unicode/norm.maxNonStarters
9 uses
golang.org/x/text/unicode/norm (current package)
composition.go#L10: maxNonStarters = 30
composition.go#L13: maxBufferSize = maxNonStarters + 2
composition.go#L45: if *ss > maxNonStarters {
composition.go#L49: if *ss += streamSafe(n); *ss > maxNonStarters {
composition.go#L72: if *ss > maxNonStarters {
composition.go#L76: if c > maxNonStarters {
composition.go#L87: return ss == maxNonStarters
normalize.go#L577: var add [maxNonStarters + 1]Properties // stores runeInfo in reverse order
tables13.0.0.go#L17: MaxTransformChunkSize = 35 + maxNonStarters*4
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |