var unicode.FoldCategory
4 uses
unicode (current package)
tables.go#L9440: var FoldCategory = map[string]*RangeTable{
regexp/syntax
parse.go#L1728: return unicode.Categories["LC"], unicode.FoldCategory["LC"], +1
parse.go#L1731: return t, unicode.FoldCategory[name], +1
parse.go#L1743: return t, unicode.FoldCategory[actual], +1
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)