const vendor/golang.org/x/text/unicode/bidi.R
24 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L84: dirEmbed = R
bracket.go#L236: case EN, AN, AL, R:
bracket.go#L237: return R
core.go#L245: if t := p.resultTypes[i]; t.in(L, AL, R) {
core.go#L348: stack.push(newLevel, R, isIsolate)
core.go#L489: s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI)
core.go#L510: if t := s.types[j]; t.in(L, R, AL) {
core.go#L523: s.types[i] = R
core.go#L593: if t == L || t == R { // AL's have been changed to R
core.go#L609: s.assertOnly(L, R, EN, AN, B, S, WS, ON, RLI, LRI, FSI, PDI)
core.go#L628: leadType = R
core.go#L636: trailType = R
core.go#L675: s.assertOnly(L, R, EN, AN)
core.go#L685: } else if t == R {
core.go#L694: if t == R {
core.go#L1011: return R
trieval.go#L10: R // RightToLeft
vendor/golang.org/x/text/secure/bidirule
bidirule.go#L70: {ruleRTLFinal, 1<<bidi.R | 1<<bidi.AL},
bidirule.go#L76: {ruleRTLFinal, 1<<bidi.R | 1<<bidi.AL | 1<<bidi.EN | 1<<bidi.AN},
bidirule.go#L87: {ruleRTLFinal, 1<<bidi.R | 1<<bidi.AL | 1<<bidi.EN | 1<<bidi.AN | 1<<bidi.NSM},
bidirule.go#L142: if c == bidi.R || c == bidi.AL || c == bidi.AN {
bidirule.go#L161: if c == bidi.R || c == bidi.AL || c == bidi.AN {
bidirule.go#L202: const isRTL = 1<<bidi.R | 1<<bidi.AL | 1<<bidi.AN
vendor/golang.org/x/net/idna
idna10.0.0.go#L470: case bidi.R, bidi.AL, bidi.AN:
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |