type golang.org/x/text/secure/precis.catBitmap

17 uses

	golang.org/x/text/secure/precis (current package)
		context.go#L11: type catBitmap uint16
		context.go#L15: 	bJapanese catBitmap = 1 << iota
		context.go#L49: 	keep catBitmap // mask selecting which bits to keep from the previous state
		context.go#L50: 	set  catBitmap // mask for which bits to set for this transition
		context.go#L54: 	term   catBitmap // bits accepted as termination condition
		context.go#L55: 	accept catBitmap // bits that pass, but not sufficient as termination
		context.go#L59: 	rule func(beforeBits catBitmap) (doLookahead bool, err error)
		context.go#L78: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		context.go#L89: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		context.go#L98: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		context.go#L108: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		context.go#L114: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		context.go#L123: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		context.go#L132: 		rule: func(before catBitmap) (doLookAhead bool, err error) {
		profile.go#L338: 	beforeBits catBitmap
		profile.go#L339: 	termBits   catBitmap
		profile.go#L340: 	acceptBits catBitmap