type vendor/golang.org/x/text/unicode/bidi.Properties

41 uses

	vendor/golang.org/x/text/unicode/bidi (current package)
		prop.go#L10: type Properties struct {
		prop.go#L28: func (p Properties) Class() Class {
		prop.go#L37: func (p Properties) IsBracket() bool { return p.entry&0xF0 != 0 }
		prop.go#L41: func (p Properties) IsOpeningBracket() bool { return p.entry&openMask != 0 }
		prop.go#L44: func (p Properties) reverseBracket(r rune) rune {
		prop.go#L61: func LookupRune(r rune) (p Properties, size int) {
		prop.go#L85: func Lookup(s []byte) (p Properties, sz int) {
		prop.go#L89: 		return Properties{entry: bidiValues[c0]}, 1
		prop.go#L91: 		return Properties{}, 1
		prop.go#L94: 			return Properties{}, 0
		prop.go#L99: 			return Properties{}, 1
		prop.go#L101: 		return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
		prop.go#L104: 			return Properties{}, 0
		prop.go#L109: 			return Properties{}, 1
		prop.go#L115: 			return Properties{}, 1
		prop.go#L117: 		return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
		prop.go#L120: 			return Properties{}, 0
		prop.go#L125: 			return Properties{}, 1
		prop.go#L131: 			return Properties{}, 1
		prop.go#L137: 			return Properties{}, 1
		prop.go#L139: 		return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
		prop.go#L142: 	return Properties{}, 1
		prop.go#L148: func LookupString(s string) (p Properties, sz int) {
		prop.go#L152: 		return Properties{entry: bidiValues[c0]}, 1
		prop.go#L154: 		return Properties{}, 1
		prop.go#L157: 			return Properties{}, 0
		prop.go#L162: 			return Properties{}, 1
		prop.go#L164: 		return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
		prop.go#L167: 			return Properties{}, 0
		prop.go#L172: 			return Properties{}, 1
		prop.go#L178: 			return Properties{}, 1
		prop.go#L180: 		return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
		prop.go#L183: 			return Properties{}, 0
		prop.go#L188: 			return Properties{}, 1
		prop.go#L194: 			return Properties{}, 1
		prop.go#L200: 			return Properties{}, 1
		prop.go#L202: 		return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
		prop.go#L205: 	return Properties{}, 1

	vendor/golang.org/x/text/secure/bidirule
		bidirule.go#L248: var asciiTable [128]bidi.Properties
		bidirule.go#L258: 	var e bidi.Properties
		bidirule.go#L300: 	var e bidi.Properties