var golang.org/x/text/unicode/norm.recompMap
5 uses
golang.org/x/text/unicode/norm (current package)
forminfo.go#L184: recompMap = make(map[uint32]rune, len(recompMapPacked)/8)
forminfo.go#L190: recompMap[key] = rune(val)
forminfo.go#L207: if recompMap == nil {
forminfo.go#L210: return recompMap[key]
tables13.0.0.go#L6814: var recompMap map[uint32]rune
![]() |
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. |