var unicode.Categories

4 uses

	unicode (current package)
		tables.go#L9: var Categories = map[string]*RangeTable{

	regexp/syntax
		parse.go#L1728: 		return unicode.Categories["LC"], unicode.FoldCategory["LC"], +1
		parse.go#L1730: 	if t := unicode.Categories[name]; t != nil {
		parse.go#L1742: 		t := unicode.Categories[actual]