Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getStrongTypeN0 (0.17 sec)

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

    // and N2.
    //
    // e ( NI ) o -> e ( NI ) o
    
    // getStrongTypeN0 maps character's directional code to strong type as required
    // by rule N0.
    //
    // TODO: have separate type for "strong" directionality.
    func (p *bracketPairer) getStrongTypeN0(index int) Class {
    	switch p.codesIsolatedRun[index] {
    	// in the scope of N0, number types are treated as R
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 11.2K bytes
    - Viewed (0)
Back to top