Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for determineParagraphEmbeddingLevel (0.23 sec)

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

    			}
    		}
    	}
    }
    
    // determineParagraphEmbeddingLevel reports the resolved paragraph direction of
    // the substring limited by the given range [start, end).
    //
    // Determines the paragraph level based on rules P2, P3. This is also used
    // in rule X5c to find if an FSI should resolve to LRI or RLI.
    func (p *paragraph) determineParagraphEmbeddingLevel(start, end int) level {
    	var strongType Class = unknownClass
    
    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