const vendor/golang.org/x/text/unicode/bidi.EN
20 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L236: case EN, AN, AL, R:
core.go#L489: s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI)
core.go#L508: if t == EN {
core.go#L545: if prevSepType == EN && succSepType == EN {
core.go#L546: s.types[i] = EN
core.go#L565: if t != EN {
core.go#L571: if t == EN {
core.go#L572: setTypes(s.types[runStart:runEnd], EN)
core.go#L588: if t == EN {
core.go#L609: s.assertOnly(L, R, EN, AN, B, S, WS, ON, RLI, LRI, FSI, PDI)
core.go#L627: if leadType.in(AN, EN) {
core.go#L635: if trailType.in(AN, EN) {
core.go#L675: s.assertOnly(L, R, EN, AN)
trieval.go#L11: EN // EuropeanNumber
vendor/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<<bidi.NSM},
bidirule.go#L98: {ruleLTRFinal, 1<<bidi.L | 1<<bidi.EN},
bidirule.go#L109: {ruleLTRFinal, 1<<bidi.L | 1<<bidi.EN | 1<<bidi.NSM},
bidirule.go#L124: const exclusiveRTL = uint16(1<<bidi.EN | 1<<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. |