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#L235: if t := p.resultTypes[i]; t.in(L, AL, R) {
core.go#L338: stack.push(newLevel, R, isIsolate)
core.go#L479: s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI)
core.go#L500: if t := s.types[j]; t.in(L, R, AL) {
core.go#L513: s.types[i] = R
core.go#L583: if t == L || t == R { // AL's have been changed to R
core.go#L599: s.assertOnly(L, R, EN, AN, B, S, WS, ON, RLI, LRI, FSI, PDI)
core.go#L618: leadType = R
core.go#L626: trailType = R
core.go#L665: s.assertOnly(L, R, EN, AN)
core.go#L675: } else if t == R {
core.go#L684: if t == R {
core.go#L1001: return R
trieval.go#L10: R // RightToLeft
vendor/golang.org/x/text/secure/bidirule
bidirule.go#L70: {ruleRTLFinal, 1<<bidi.R | 1<bidirule.go#L76: {ruleRTLFinal, 1<<bidi.R | 1<bidirule.go#L87: {ruleRTLFinal, 1<<bidi.R | 1<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<vendor/golang.org/x/net/idna
idna10.0.0.go#L436: case bidi.R, bidi.AL, bidi.AN:
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |