const golang.org/x/text/unicode/bidi.AN
18 uses
golang.org/x/text/unicode/bidi (current package)
bracket.go#L236: case EN, AN, AL, R:
core.go#L479: s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI)
core.go#L502: s.types[i] = AN
core.go#L537: } else if s.types[i] == CS && prevSepType == AN && succSepType == AN {
core.go#L538: s.types[i] = AN
core.go#L599: s.assertOnly(L, R, EN, AN, B, S, WS, ON, RLI, LRI, FSI, PDI)
core.go#L617: if leadType.in(AN, EN) {
core.go#L625: if trailType.in(AN, EN) {
core.go#L665: s.assertOnly(L, R, EN, AN)
trieval.go#L14: AN // ArabicNumber
golang.org/x/text/secure/bidirule
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<bidirule.go#L124: const exclusiveRTL = uint16(1<<bidi.EN | 1<<bidi.AN)
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
golang.org/x/net/idna
idna10.0.0.go#L437: 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. |