vendor/golang.org/x/text/unicode/bidi.paragraph.matchingPDI (field)
11 uses
vendor/golang.org/x/text/unicode/bidi (current package)
core.go#L85: matchingPDI []int
core.go#L195: p.matchingPDI = make([]int, p.Len())
core.go#L202: for i := range p.matchingPDI {
core.go#L203: p.matchingPDI[i] = -1
core.go#L212: p.matchingPDI[i] = j
core.go#L218: if p.matchingPDI[i] == -1 {
core.go#L219: p.matchingPDI[i] = p.Len()
core.go#L239: i = p.matchingPDI[i] // skip over to the matching PDI
core.go#L308: isRTL = (p.determineParagraphEmbeddingLevel(i+1, p.matchingPDI[i]) == 1)
core.go#L792: if lastT.in(LRI, RLI, FSI) && p.matchingPDI[last] != p.Len() {
core.go#L793: run = levelRuns[runForCharacter[p.matchingPDI[last]]]
![]() |
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. |