golang.org/x/text/unicode/bidi.paragraph.resultTypes (field)
11 uses
golang.org/x/text/unicode/bidi (current package)
core.go#L78: resultTypes []Class
core.go#L115: resultTypes: append([]Class(nil), types...),
core.go#L205: if t := p.resultTypes[i]; t.in(LRI, RLI, FSI) {
core.go#L208: if u := p.resultTypes[j]; u.in(LRI, RLI, FSI) {
core.go#L235: if t := p.resultTypes[i]; t.in(L, AL, R) {
core.go#L299: for i, t := range p.resultTypes {
core.go#L313: p.resultTypes[i] = stack.lastDirectionalOverrideStatus()
core.go#L401: p.resultTypes[i] = stack.lastDirectionalOverrideStatus()
core.go#L433: types[i] = p.resultTypes[x]
core.go#L697: s.p.resultTypes[x] = s.types[i]
core.go#L811: p.resultTypes[i] = t
![]() |
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. |