type vendor/golang.org/x/text/unicode/bidi.isolatingRunSequence
13 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L75: func resolvePairedBrackets(s *isolatingRunSequence) {
core.go#L407: type isolatingRunSequence struct {
core.go#L418: func (i *isolatingRunSequence) Len() int { return len(i.indexes) }
core.go#L429: func (p *paragraph) isolatingRunSequence(indexes []int) *isolatingRunSequence {
core.go#L462: return &isolatingRunSequence{
core.go#L476: func (s *isolatingRunSequence) resolveWeakTypes() {
core.go#L596: func (s *isolatingRunSequence) resolveNeutralTypes() {
core.go#L662: func (s *isolatingRunSequence) resolveImplicitLevels() {
core.go#L695: func (s *isolatingRunSequence) applyLevelsAndTypes() {
core.go#L705: func (s *isolatingRunSequence) findRunLimit(index int, validSet ...Class) int {
core.go#L721: func (s *isolatingRunSequence) assertOnly(codes ...Class) {
core.go#L766: func (p *paragraph) determineIsolatingRunSequences() []*isolatingRunSequence {
core.go#L777: sequences := []*isolatingRunSequence{}
 |
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. |