Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isRTL (0.39 sec)

  1. src/vendor/golang.org/x/text/unicode/bidi/core.go

    		// Rules X2, X3, X4, X5, X5a, X5b, X5c
    		switch t {
    		case RLE, LRE, RLO, LRO, RLI, LRI, FSI:
    			isIsolate := t.in(RLI, LRI, FSI)
    			isRTL := t.in(RLE, RLO, RLI)
    
    			// override if this is an FSI that resolves to RLI
    			if t == FSI {
    				isRTL = (p.determineParagraphEmbeddingLevel(i+1, p.matchingPDI[i]) == 1)
    			}
    			if isIsolate {
    				p.resultLevels[i] = stack.lastEmbeddingLevel()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:26:23 UTC 2022
    - 29.4K bytes
    - Viewed (0)
Back to top