var unicode.Mn

3 uses

	unicode (current package)
		tables.go#L24: 	"Mn": Mn,
		tables.go#L3621: 	Mn     = _Mn // Mn is the set of Unicode characters in category Mn (Mark, nonspacing).

	github.com/google/licensecheck/internal/match
		dict.go#L296: 	return unicode.IsLetter(r) || unicode.IsDigit(r) || unicode.Is(unicode.Mn, r)