Home
last modified time | relevance | path

Searched refs:exceptionBit (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/cases/
Dcontext.go198 if c.info&exceptionBit == 0 {
214 if c.info&exceptionBit == 0 {
232 if c.info&exceptionBit == 0 {
258 if c.info&exceptionBit == 0 {
281 if c.info&exceptionBit == 0 {
312 if c.info&exceptionBit == 0 {
339 if c.info&exceptionBit == 0 {
362 if c.info&exceptionBit == 0 {
Dtrieval.go49 exceptionBit = 1 << 3 const
57 hasMappingMask = 0xff80 | exceptionBit
Dinfo.go8 if c&exceptionBit != 0 {