func unicode.Is

20 uses

	unicode (current package)
		graphic.go#L61: 		if Is(inside, r) {
		graphic.go#L71: 		if Is(inside, r) {
		graphic.go#L117: 	return Is(Punct, r)
		letter.go#L155: func Is(rangeTab *RangeTable, r rune) bool {

	encoding/xml
		xml.go#L1229: 	if !unicode.Is(first, c) {
		xml.go#L1238: 		if !unicode.Is(first, c) && !unicode.Is(second, c) {
		xml.go#L1253: 	if !unicode.Is(first, c) {
		xml.go#L1262: 		if !unicode.Is(first, c) && !unicode.Is(second, c) {

	github.com/evanw/esbuild/internal/js_lexer
		js_lexer.go#L580: 	return unicode.Is(idStart, codePoint)
		js_lexer.go#L603: 	return unicode.Is(idContinue, codePoint)

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

	github.com/google/safehtml
		html.go#L82: 		if unicode.Is(controlAndNonCharacter, rune) {

	golang.org/x/text/cases
		map.go#L510: 	if !unicode.Is(unicode.Greek, r) {
		map.go#L659: 		if !unicode.Is(unicode.Soft_Dotted, r) {

	golang.org/x/text/runes
		runes.go#L33: 	return setFunc(func(r rune) bool { return unicode.Is(rt, r) })
		runes.go#L39: 	return setFunc(func(r rune) bool { return !unicode.Is(rt, r) })

	golang.org/x/text/secure/precis
		nickname.go#L54: 		if unicode.Is(unicode.Zs, r) {
		profiles.go#L74: 	if unicode.Is(unicode.Zs, r) {