golang.org/x/text/cases.context.info (field)

48 uses

	golang.org/x/text/cases (current package)
		context.go#L31: 	info info // case information of currently scanned rune
		context.go#L82: 		c.info, c.sz = 0, 0
		context.go#L86: 	c.info, c.sz = info(v), sz
		context.go#L141: 	if c.info&xorIndexBit == 0 {
		context.go#L143: 		c.dst[c.pDst-1] ^= byte(c.info >> xorShift)
		context.go#L148: 		idx := c.info >> xorShift
		context.go#L177: 	cm := c.info & 0x7
		context.go#L195: 	if c.info&hasMappingMask == 0 || ct == cLower {
		context.go#L198: 	if c.info&exceptionBit == 0 {
		context.go#L201: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L211: 	if c.info&hasMappingMask == 0 || ct == cLower {
		context.go#L214: 	if c.info&exceptionBit == 0 {
		context.go#L218: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L229: 	if c.info&hasMappingMask == 0 || ct == cUpper {
		context.go#L232: 	if c.info&exceptionBit == 0 {
		context.go#L235: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L255: 	if c.info&hasMappingMask == 0 || ct == cUpper {
		context.go#L258: 	if c.info&exceptionBit == 0 {
		context.go#L262: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L278: 	if c.info&hasMappingMask == 0 || ct == cTitle {
		context.go#L281: 	if c.info&exceptionBit == 0 {
		context.go#L288: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L309: 	if c.info&hasMappingMask == 0 || ct == cTitle {
		context.go#L312: 	if c.info&exceptionBit == 0 {
		context.go#L320: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L335: 	if c.info&hasMappingMask == 0 {
		context.go#L339: 	if c.info&exceptionBit == 0 {
		context.go#L340: 		if ct != cLower || c.info&inverseFoldBit != 0 {
		context.go#L345: 	e := exceptions[c.info>>exceptionShift:]
		context.go#L358: 	if c.info&hasMappingMask == 0 {
		context.go#L362: 	if c.info&exceptionBit == 0 {
		context.go#L363: 		if ct != cLower || c.info&inverseFoldBit != 0 {
		context.go#L369: 	e := exceptions[c.info>>exceptionShift:]
		map.go#L239: 			if c.info.isCased() {
		map.go#L248: 			if c.info.isNotCasedAndNotCaseIgnorable() {
		map.go#L291: 			if c.info.isCased() {
		map.go#L300: 			if c.info.isNotCasedAndNotCaseIgnorable() {
		map.go#L344: 		p := c.info
		map.go#L376: 		if wasMid && c.info.isMid() {
		map.go#L392: 		p := c.info
		map.go#L421: 		if wasMid && c.info.isMid() {
		map.go#L468: 		if !c.info.isCaseIgnorable() {
		map.go#L473: 			if c.info.isCased() {
		map.go#L484: 		isMid := c.info.isMid()
		map.go#L485: 		if (wasMid && isMid) || c.info.isBreak() {
		map.go#L623: 		switch c.info.cccType() {
		map.go#L668: 			switch c.info.cccType() {
		map.go#L750: 		switch c.info.cccType() {