const unicode/utf8.RuneSelf

137 uses

	unicode/utf8 (current package)
		utf8.go#L17: 	RuneSelf  = 0x80         // characters below RuneSelf are represented as themselves in a single byte.
		utf8.go#L254: 	if r < RuneSelf {
		utf8.go#L294: 	if r < RuneSelf {
		utf8.go#L406: 		if c < RuneSelf {
		utf8.go#L441: 		if c < RuneSelf {
		utf8.go#L495: 		if pi < RuneSelf {
		utf8.go#L541: 		if si < RuneSelf {

	bufio
		bufio.go#L306: 	if r >= utf8.RuneSelf {
		bufio.go#L703: 	if uint32(r) < utf8.RuneSelf {
		scan.go#L311: 	if data[0] < utf8.RuneSelf {

	bytes
		buffer.go#L279: 	if uint32(r) < utf8.RuneSelf {
		buffer.go#L359: 	if c < utf8.RuneSelf {
		bytes.go#L157: 	case 0 <= r && r < utf8.RuneSelf:
		bytes.go#L188: 		if r >= utf8.RuneSelf {
		bytes.go#L204: 		if r >= utf8.RuneSelf {
		bytes.go#L222: 		if r < utf8.RuneSelf {
		bytes.go#L276: 		if r >= utf8.RuneSelf {
		bytes.go#L291: 		if cr >= utf8.RuneSelf {
		bytes.go#L305: 		if r < utf8.RuneSelf {
		bytes.go#L427: 	if setBits >= utf8.RuneSelf {
		bytes.go#L486: 		if r >= utf8.RuneSelf {
		bytes.go#L564: 		if r >= utf8.RuneSelf {
		bytes.go#L620: 		if c >= utf8.RuneSelf {
		bytes.go#L651: 		if c >= utf8.RuneSelf {
		bytes.go#L703: 		if c < utf8.RuneSelf {
		bytes.go#L786: 	if i >= 0 && s[i] >= utf8.RuneSelf {
		bytes.go#L841: 		if r >= utf8.RuneSelf {
		bytes.go#L858: 		if r >= utf8.RuneSelf {
		bytes.go#L884: 		if c >= utf8.RuneSelf {
		bytes.go#L919: 	if len(cutset) == 1 && cutset[0] < utf8.RuneSelf {
		bytes.go#L938: 	if len(cutset) == 1 && cutset[0] < utf8.RuneSelf {
		bytes.go#L975: 		if r >= utf8.RuneSelf {
		bytes.go#L996: 	if len(cutset) == 1 && cutset[0] < utf8.RuneSelf {
		bytes.go#L1025: 		if r >= utf8.RuneSelf {
		bytes.go#L1043: 		if c >= utf8.RuneSelf {
		bytes.go#L1057: 		if c >= utf8.RuneSelf {
		bytes.go#L1148: 		if s[0] < utf8.RuneSelf {
		bytes.go#L1154: 		if t[0] < utf8.RuneSelf {
		bytes.go#L1173: 		if tr < utf8.RuneSelf {
		reader.go#L94: 	if c := r.s[r.i]; c < utf8.RuneSelf {

	encoding/asn1
		asn1.go#L457: 		if b >= utf8.RuneSelf {
		marshal.go#L644: 				if r >= utf8.RuneSelf || !isPrintable(byte(r), rejectAsterisk, rejectAmpersand) {

	encoding/json
		decode.go#L1213: 		if c < utf8.RuneSelf {
		decode.go#L1297: 		case c < utf8.RuneSelf:
		encode.go#L1035: 		if b := s[i]; b < utf8.RuneSelf {
		encode.go#L1107: 		if b := s[i]; b < utf8.RuneSelf {
		fold.go#L37: 		if b >= utf8.RuneSelf {
		fold.go#L67: 		if tb < utf8.RuneSelf {
		tables.go#L15: var safeSet = [utf8.RuneSelf]bool{
		tables.go#L121: var htmlSafeSet = [utf8.RuneSelf]bool{

	encoding/xml
		xml.go#L1202: 	if b < utf8.RuneSelf && !isNameByte(b) {
		xml.go#L1212: 		if b < utf8.RuneSelf && !isNameByte(b) {

	fmt
		format.go#L347: 			if b[i] >= utf8.RuneSelf {
		print.go#L90: 	if r < utf8.RuneSelf {
		print.go#L1101: 		if verb >= utf8.RuneSelf {
		scan.go#L341: 	if r.buf[0] < utf8.RuneSelf { // fast check for common ASCII case

	github.com/go-pg/pg/v10/types
		append.go#L158: 	if r < utf8.RuneSelf {

	github.com/golang/protobuf/proto
		text_decode.go#L689: 			if r < utf8.RuneSelf {

	github.com/vmihailenco/bufpool
		buffer.go#L215: 	if r < utf8.RuneSelf {
		buffer.go#L295: 	if c < utf8.RuneSelf {

	go.uber.org/zap/zapcore
		json_encoder.go#L527: 	if b >= utf8.RuneSelf {

	go/build
		build.go#L1780: 		if c := s[i]; c < utf8.RuneSelf && strings.IndexByte(safeString, c) < 0 {
		read.go#L54: 	return 'A' <= c && c <= 'Z' || 'a' <= c && c <= 'z' || '0' <= c && c <= '9' || c == '_' || c >= utf8.RuneSelf

	go/scanner
		scanner.go#L72: 		case r >= utf8.RuneSelf:
		scanner.go#L348: 	return 'a' <= lower(ch) && lower(ch) <= 'z' || ch == '_' || ch >= utf8.RuneSelf && unicode.IsLetter(ch)
		scanner.go#L352: 	return isDecimal(ch) || ch >= utf8.RuneSelf && unicode.IsDigit(ch)
		scanner.go#L376: 		if 0 < b && b < utf8.RuneSelf {

	golang.org/x/net/http/httpguts
		httplex.go#L163: 		if b >= utf8.RuneSelf {
		httplex.go#L320: 		if s[i] >= utf8.RuneSelf {

	golang.org/x/net/idna
		idna10.0.0.go#L765: 		if s[i] >= utf8.RuneSelf {

	golang.org/x/text/secure/bidirule
		bidirule.go#L261: 		if s[n] < utf8.RuneSelf {
		bidirule.go#L303: 		if s[n] < utf8.RuneSelf {

	golang.org/x/text/transform
		transform.go#L509: 		if r = rune(src[0]); r < utf8.RuneSelf {

	golang.org/x/text/unicode/norm
		input.go#L41: 		for ; p < max && in.str[p] < utf8.RuneSelf; p++ {
		input.go#L44: 		for ; p < max && in.bytes[p] < utf8.RuneSelf; p++ {
		iter.go#L135: 	if i.rb.src.bytes[p] < utf8.RuneSelf {
		iter.go#L152: 	if i.rb.src.str[p] < utf8.RuneSelf {
		iter.go#L236: 			} else if i.rb.src._byte(i.p) < utf8.RuneSelf {
		iter.go#L392: 		} else if i.rb.src._byte(i.p) < utf8.RuneSelf {

	google.golang.org/protobuf/internal/encoding/text
		decode.go#L664: 		if r > utf8.RuneSelf || (r != '/' && isDelim(byte(r))) {
		encode.go#L144: 		case r >= utf8.RuneSelf && (outputASCII || r <= 0x009f):

	html/template
		css.go#L250: 			if c < utf8.RuneSelf && isCSSNmchar(rune(c)) {

	mime
		encodedword.go#L325: 			if c >= utf8.RuneSelf {

	net/http
		http.go#L79: 		if s[i] >= utf8.RuneSelf {
		http.go#L90: 		if s[i] >= utf8.RuneSelf {

	reflect
		type.go#L2401: 	return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '_' || ch >= utf8.RuneSelf && unicode.IsLetter(ch)

	regexp
		regexp.go#L392: 		if c < utf8.RuneSelf {
		regexp.go#L417: 		if r1 >= utf8.RuneSelf {
		regexp.go#L424: 		if r2 >= utf8.RuneSelf {
		regexp.go#L439: 		if c < utf8.RuneSelf {
		regexp.go#L464: 		if r1 >= utf8.RuneSelf {
		regexp.go#L471: 		if r2 >= utf8.RuneSelf {
		regexp.go#L714: 	return b < utf8.RuneSelf && specialBytes[b%16]&(1<<(b/16)) != 0

	regexp/syntax
		parse.go#L1313: 		if c < utf8.RuneSelf && !isalnum(c) {

	strconv
		quote.go#L43: 		if r >= utf8.RuneSelf {
		quote.go#L76: 		if r < utf8.RuneSelf && IsPrint(r) {
		quote.go#L266: 	case c >= utf8.RuneSelf:
		quote.go#L465: 				if r < utf8.RuneSelf || !multibyte {

	strings
		builder.go#L106: 	if uint32(r) < utf8.RuneSelf {
		reader.go#L93: 	if c := r.s[r.i]; c < utf8.RuneSelf {
		strings.go#L123: 	case 0 <= r && r < utf8.RuneSelf:
		strings.go#L149: 		if r >= utf8.RuneSelf {
		strings.go#L182: 		if rc >= utf8.RuneSelf {
		strings.go#L202: 		if rc >= utf8.RuneSelf {
		strings.go#L339: 	if setBits >= utf8.RuneSelf {
		strings.go#L507: 			if r < utf8.RuneSelf {
		strings.go#L558: 		if c >= utf8.RuneSelf {
		strings.go#L588: 		if c >= utf8.RuneSelf {
		strings.go#L662: 		if c < utf8.RuneSelf {
		strings.go#L746: 	if i >= 0 && s[i] >= utf8.RuneSelf {
		strings.go#L814: 		if c >= utf8.RuneSelf {
		strings.go#L833: 	if len(cutset) == 1 && cutset[0] < utf8.RuneSelf {
		strings.go#L850: 	if len(cutset) == 1 && cutset[0] < utf8.RuneSelf {
		strings.go#L879: 		if r >= utf8.RuneSelf {
		strings.go#L898: 	if len(cutset) == 1 && cutset[0] < utf8.RuneSelf {
		strings.go#L927: 		if r >= utf8.RuneSelf {
		strings.go#L945: 		if c >= utf8.RuneSelf {
		strings.go#L959: 		if c >= utf8.RuneSelf {
		strings.go#L1047: 		if s[0] < utf8.RuneSelf {
		strings.go#L1053: 		if t[0] < utf8.RuneSelf {
		strings.go#L1072: 		if tr < utf8.RuneSelf {

	testing
		testing.go#L1070: 			if r < utf8.RuneSelf {

	text/template
		funcs.go#L661: 		if c < utf8.RuneSelf {
		funcs.go#L716: 	return r < ' ' || utf8.RuneSelf <= r

	vendor/golang.org/x/net/http/httpguts
		httplex.go#L163: 		if b >= utf8.RuneSelf {
		httplex.go#L316: 		if s[i] >= utf8.RuneSelf {

	vendor/golang.org/x/net/http/httpproxy
		proxy.go#L315: 		if s[i] >= utf8.RuneSelf {

	vendor/golang.org/x/net/idna
		idna10.0.0.go#L765: 		if s[i] >= utf8.RuneSelf {

	vendor/golang.org/x/text/secure/bidirule
		bidirule.go#L261: 		if s[n] < utf8.RuneSelf {
		bidirule.go#L303: 		if s[n] < utf8.RuneSelf {

	vendor/golang.org/x/text/transform
		transform.go#L509: 		if r = rune(src[0]); r < utf8.RuneSelf {

	vendor/golang.org/x/text/unicode/norm
		input.go#L41: 		for ; p < max && in.str[p] < utf8.RuneSelf; p++ {
		input.go#L44: 		for ; p < max && in.bytes[p] < utf8.RuneSelf; p++ {
		iter.go#L135: 	if i.rb.src.bytes[p] < utf8.RuneSelf {
		iter.go#L152: 	if i.rb.src.str[p] < utf8.RuneSelf {
		iter.go#L236: 			} else if i.rb.src._byte(i.p) < utf8.RuneSelf {
		iter.go#L392: 		} else if i.rb.src._byte(i.p) < utf8.RuneSelf {