const vendor/golang.org/x/text/unicode/bidi.ON
21 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L141: if pairTypes[index] == bpNone || p.codesIsolatedRun[i] != ON {
bracket.go#L241: return ON
bracket.go#L253: dirOpposite := ON
bracket.go#L256: if dir == ON {
bracket.go#L272: if dir := p.getStrongTypeN0(i); dir != ON {
bracket.go#L289: if dirPair == ON {
bracket.go#L296: if dirPair == dirEmbed || dirPair == ON {
core.go#L307: stack.push(p.embeddingLevel, ON, false)
core.go#L322: if stack.lastDirectionalOverrideStatus() != ON {
core.go#L350: stack.push(newLevel, ON, isIsolate)
core.go#L410: if stack.lastDirectionalOverrideStatus() != ON {
core.go#L489: s.assertOnly(L, R, AL, EN, ES, ET, AN, CS, B, S, WS, ON, NSM, LRI, RLI, FSI, PDI)
core.go#L582: s.types[i] = ON
core.go#L609: s.assertOnly(L, R, EN, AN, B, S, WS, ON, RLI, LRI, FSI, PDI)
core.go#L613: case WS, ON, B, S, RLI, LRI, FSI, PDI:
core.go#L616: runEnd := s.findRunLimit(runStart, B, S, WS, ON, RLI, LRI, FSI, PDI)
trieval.go#L19: ON // OtherNeutral
vendor/golang.org/x/text/secure/bidirule
bidirule.go#L81: {ruleRTL, 1<<bidi.ES | 1<<bidi.CS | 1<<bidi.ET | 1<<bidi.ON | 1<<bidi.BN | 1<<bidi.NSM},
bidirule.go#L92: {ruleRTL, 1<<bidi.ES | 1<<bidi.CS | 1<<bidi.ET | 1<<bidi.ON | 1<<bidi.BN},
bidirule.go#L103: {ruleLTR, 1<<bidi.ES | 1<<bidi.CS | 1<<bidi.ET | 1<<bidi.ON | 1<<bidi.BN | 1<<bidi.NSM},
bidirule.go#L114: {ruleLTR, 1<<bidi.ES | 1<<bidi.CS | 1<<bidi.ET | 1<<bidi.ON | 1<<bidi.BN},
|
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. |